Skip to content

Commit

Permalink
Remove unnecessary --no-watch argument
Browse files Browse the repository at this point in the history
This is the default behavior for `jest` anyway.
  • Loading branch information
eliperkins committed Feb 8, 2018
1 parent 6b0d3af commit ac62da5
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 @@ -18,7 +18,7 @@
"test:ssr": "kcd-scripts test --config other/ssr/jest.config.js --no-watch",
"test:update": "npm run test:cover -s -- --updateSnapshot",
"test:ts": "tsc --noEmit -p ./tsconfig.json",
"test:build": "jest --projects other/misc-tests other/react-native --no-watch",
"test:build": "jest --projects other/misc-tests other/react-native",
"build-and-test": "npm run build -s && npm run test:build -s",
"storybook": "start-storybook -p 6006 -c stories",
"storybook:build": "cd stories && npm install && cd .. && build-storybook -c stories",
Expand Down

0 comments on commit ac62da5

Please sign in to comment.