update prepublishOnly

This commit is contained in:
Paul Laros
2021-09-29 16:44:31 +02:00
parent 1d9b46dce1
commit 3092f41388
+1 -1
View File
@@ -36,7 +36,7 @@
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress",
"watch": "webpack --config webpack.config.js --watch --progress",
"start": "webpack serve --config webpack.config.js --progress",
"prepublishOnly": "cross-env NODE_ENV=production webpack -p --config webpack.config.js"
"prepublishOnly": "cross-env NODE_ENV=production webpack --progress --config webpack.config.js"
},
"browserslist": [
"> 0.5%",