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