Remove coverage from test:watch script (#489) [ci skip]
This commit is contained in:
parent
0d687021b9
commit
5bd156ba33
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "jest app/javascript/ --coverage",
|
||||
"test:watch": "jest app/javascript/ --coverage --watch",
|
||||
"test:watch": "jest app/javascript/ --watch",
|
||||
"storybook": "start-storybook -p 6006 -c app/javascript/.storybook -s app/javascript/.storybook/assets",
|
||||
"build-storybook": "build-storybook -c app/javascript/.storybook -s app/javascript/.storybook/assets",
|
||||
"precommit": "lint-staged"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue