Skip to content

Commit

Permalink
#22 update deprecated no-watch arg in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
idanlo committed Jun 9, 2019
1 parent 68a5ae5 commit 6cb77a3
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 @@ -47,7 +47,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --no-watch",
"test": "react-scripts test --watchAll=false",
"eject": "react-scripts eject",
"dist": "babel src/lib --out-dir dist --no-comments --ignore \"src/lib/**/*.test.js\" --config-file \"./.babelrc\"",
"styleguide": "styleguidist server",
Expand Down

0 comments on commit 6cb77a3

Please sign in to comment.