Skip to content

Commit

Permalink
Disable Watchman when building
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison committed Jan 29, 2019
1 parent 2667b74 commit f0fe21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"scripts": {
"start": "yarn run relay && nodemon --watch data/schema.graphql --exec yarn run start:react-app & yarn run relay:watch",
"start:react-app": "cross-env NODE_PATH=src/ react-scripts start",
"build": "yarn run relay && cross-env NODE_PATH=src/ react-scripts build",
"build": "yarn run relay --watchman false && cross-env NODE_PATH=src/ react-scripts build",
"eject": "react-scripts eject",
"postinstall": "patch-package",
"deploy": "npm-run-all -s build sls:s3sync sls:deploy",
Expand Down

0 comments on commit f0fe21c

Please sign in to comment.