Skip to content

Commit

Permalink
Run tests from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 9, 2023
1 parent d84f89d commit d1b300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare": "wsrun -ms prepare && tsc -b",
"lint": "yarn lint:path .",
"lint:path": "eslint --ignore-path .gitignore --max-warnings 0",
"test": "tsc -b && wsrun -ms test",
"test": "wsrun -ms test",
"coverage": "nyc yarn test"
},
"devDependencies": {
Expand Down

0 comments on commit d1b300e

Please sign in to comment.