Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 23, 2023
1 parent 7bb9a99 commit 9f17350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f17350

Please sign in to comment.