Skip to content

Commit eb09de5

Browse files
committed
removes --progres on prepublish that break heroku builds
1 parent 7a7185f commit eb09de5

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
@@ -72,7 +72,7 @@
7272
"build": "NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
7373
"test": "NODE_PATH=./node_modules jest",
7474
"generate": "node scripts/generate.js",
75-
"prepublish": "webpack --config webpack/publish.config.js --progress",
75+
"prepublish": "webpack --config webpack/publish.config.js",
7676
"start": "node ./Parse-Dashboard/index.js"
7777
},
7878
"bin": {

0 commit comments

Comments
 (0)