Skip to content

Commit 52db51b

Browse files
committed
chore: make "npm test" work
1 parent 353c6b4 commit 52db51b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"prepare": "husky install",
1717
"build": "cross-env NODE_ENV=production npm run --workspaces build",
1818
"clean": "npm run --workspaces clean",
19+
"test": "npm test --workspaces",
1920
"version": "cross-env-shell ./scripts/npm-version.sh"
2021
},
2122
"config": {

0 commit comments

Comments
 (0)