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 3f3ab8a commit 0e6cd4bCopy full SHA for 0e6cd4b
packages/react-dev-utils/package.json
@@ -6,7 +6,6 @@
6
"license": "BSD-3-Clause",
7
"scripts": {
8
"prepublishOnly": "npm run build:prod",
9
- "postinstall": "npm run build:prod",
10
"build": "cross-env NODE_ENV=development babel src/ -d ./",
11
"watch": "cross-env NODE_ENV=development babel -w src/ -d ./",
12
"build:prod": "cross-env NODE_ENV=production babel src/ -d ./"
0 commit comments