Skip to content

Commit 2422111

Browse files
author
Jovert Lota Palonpon
committed
Fix typo in some scripts
1 parent 836a4e2 commit 2422111

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
@@ -6,7 +6,7 @@
66
"watch": "npm run development -- --watch",
77
"watch-poll": "npm run development -- --watch-poll",
88
"prod": "npm run production",
9-
"production": "node_modules/.bin/webpack--env.NODE_ENV=production --no-progress --hide-modules --colors"
9+
"production": "node_modules/.bin/webpack --env.NODE_ENV=production --no-progress --hide-modules --colors"
1010
},
1111
"dependencies": {
1212
"@babel/runtime": "^7.3.1",

0 commit comments

Comments
 (0)