Skip to content

Commit 7d3146b

Browse files
committed
prepublishOnly -> prepublish
1 parent 0e6cd4b commit 7d3146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
77
"scripts": {
8-
"prepublishOnly": "npm run build:prod",
8+
"prepublish": "npm run build:prod",
99
"build": "cross-env NODE_ENV=development babel src/ -d ./",
1010
"watch": "cross-env NODE_ENV=development babel -w src/ -d ./",
1111
"build:prod": "cross-env NODE_ENV=production babel src/ -d ./"

0 commit comments

Comments
 (0)