Skip to content

Commit

Permalink
It appears the only way to turn warnings into errors is to set the `C…
Browse files Browse the repository at this point in the history
…I` environment variable.

See facebook/create-react-app#3657.
  • Loading branch information
jfly committed Jun 28, 2018
1 parent 3f04c20 commit 78ac970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tnoodle-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start-js": "NODE_PATH=src react-scripts start",
"start": "PORT=3001 BROWSER=none npm-run-all -p watch-css start-js",
"build": "yarn run build-css && NODE_PATH=src react-scripts build",
"build": "yarn run build-css && CI=true NODE_PATH=src react-scripts build",
"test": "NODE_PATH=src react-scripts test --env=jsdom",
"test:debug": "NODE_PATH=src react-scripts --inspect-brk test --runInBand --env=jsdom",
"eject": "NODE_PATH=src react-scripts eject"
Expand Down

0 comments on commit 78ac970

Please sign in to comment.