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 7a7185f commit eb09de5Copy full SHA for eb09de5
package.json
@@ -72,7 +72,7 @@
72
"build": "NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
73
"test": "NODE_PATH=./node_modules jest",
74
"generate": "node scripts/generate.js",
75
- "prepublish": "webpack --config webpack/publish.config.js --progress",
+ "prepublish": "webpack --config webpack/publish.config.js",
76
"start": "node ./Parse-Dashboard/index.js"
77
},
78
"bin": {
0 commit comments