We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9a99 commit 9f17350Copy full SHA for 9f17350
package.json
@@ -14,8 +14,8 @@
14
"docs:copy": "node scripts/copy.js",
15
"docs:examples": "yarn workspace dvbjs-examples start",
16
"docs:readme": "node .markdown-magic.config.js",
17
- "lint": "eslint \"packages/*/{src,test}/*.{ts,tsx}\"",
18
- "publish:dvbjs": "npm-run-all build -p test build:react_example docs && yarn workspace dvbjs publish",
+ "lint": "eslint \"packages/*/{src,test}/*.ts\"",
+ "publish:dvbjs": "npm-run-all build -p test:node && yarn workspace dvbjs publish",
19
"run_example": "yarn tsc && yarn workspace react-example start",
20
"test": "run-p test:*",
21
"test:browser": "yarn workspace dvbjs karma start",
0 commit comments