We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd11160 commit 7c8b59fCopy full SHA for 7c8b59f
package.json
@@ -9,7 +9,7 @@
9
"create-react-app": "node tasks/cra.js",
10
"e2e": "tasks/e2e-simple.sh",
11
"e2e:docker": "tasks/local-test.sh",
12
- "postinstall": "cd packages/react-error-overlay/ && yarn build:prod",
+ "postinstall": "echo \"cd packages/react-error-overlay/ && yarn build:prod\"",
13
"publish": "tasks/publish.sh",
14
"start": "cd packages/react-scripts && node bin/react-scripts.js start",
15
"screencast": "node ./tasks/screencast.js",
0 commit comments