Cleaning deployment related stuff

This commit is contained in:
Jori Lallo
2017-02-09 21:55:36 -08:00
parent 8a489ce18e
commit 0cd285097f
10 changed files with 4 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress",
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"build:analyze": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --json | webpack-bundle-size-analyzer",
"build": "npm run clean && npm run build:webpack",
"start": "node index.js",