Skip to content

Commit 0e6cd4b

Browse files
committed
remove postinstall hook
1 parent 3f3ab8a commit 0e6cd4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-dev-utils/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"license": "BSD-3-Clause",
77
"scripts": {
88
"prepublishOnly": "npm run build:prod",
9-
"postinstall": "npm run build:prod",
109
"build": "cross-env NODE_ENV=development babel src/ -d ./",
1110
"watch": "cross-env NODE_ENV=development babel -w src/ -d ./",
1211
"build:prod": "cross-env NODE_ENV=production babel src/ -d ./"

0 commit comments

Comments
 (0)