Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 173a6b7

Browse files
committed
chore: do not watch on yarn test
1 parent 17aa857 commit 173a6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node scripts/start.js",
88
"build": "node scripts/build.js",
9-
"test": "yarn test:lint && yarn test:code",
9+
"test": "yarn test:lint && yarn test:code --no-watch",
1010
"test:code": "node scripts/test.js",
1111
"test:lint": "eslint .",
1212
"commit": "git-cz",

0 commit comments

Comments
 (0)