Skip to content

Commit 7c8b59f

Browse files
committed
removing postinstall script
1 parent cd11160 commit 7c8b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"create-react-app": "node tasks/cra.js",
1010
"e2e": "tasks/e2e-simple.sh",
1111
"e2e:docker": "tasks/local-test.sh",
12-
"postinstall": "cd packages/react-error-overlay/ && yarn build:prod",
12+
"postinstall": "echo \"cd packages/react-error-overlay/ && yarn build:prod\"",
1313
"publish": "tasks/publish.sh",
1414
"start": "cd packages/react-scripts && node bin/react-scripts.js start",
1515
"screencast": "node ./tasks/screencast.js",

0 commit comments

Comments
 (0)