diff --git a/package.json b/package.json index 3cb17f6..a4e4f0a 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "docs:copy": "node scripts/copy.js", "docs:examples": "yarn workspace dvbjs-examples start", "docs:readme": "node .markdown-magic.config.js", - "lint": "eslint \"packages/*/{src,test}/*.{ts,tsx}\"", - "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", "run_example": "yarn tsc && yarn workspace react-example start", "test": "run-p test:*", "test:browser": "yarn workspace dvbjs karma start",