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

Commit

Permalink
chore: do not watch on yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Sep 8, 2019
1 parent 17aa857 commit 173a6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "yarn test:lint && yarn test:code",
"test": "yarn test:lint && yarn test:code --no-watch",
"test:code": "node scripts/test.js",
"test:lint": "eslint .",
"commit": "git-cz",
Expand Down

0 comments on commit 173a6b7

Please sign in to comment.