Skip to content

Commit 9f17350

Browse files
committed
updated
1 parent 7bb9a99 commit 9f17350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"docs:copy": "node scripts/copy.js",
1515
"docs:examples": "yarn workspace dvbjs-examples start",
1616
"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",
17+
"lint": "eslint \"packages/*/{src,test}/*.ts\"",
18+
"publish:dvbjs": "npm-run-all build -p test:node && yarn workspace dvbjs publish",
1919
"run_example": "yarn tsc && yarn workspace react-example start",
2020
"test": "run-p test:*",
2121
"test:browser": "yarn workspace dvbjs karma start",

0 commit comments

Comments
 (0)