Fixed build

This commit is contained in:
Jori Lallo
2016-05-22 23:08:37 -07:00
parent 286cf841c5
commit 84410cb5d2
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress",
"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",
"heroku-postbuild": "npm build",
"heroku-postbuild": "npm run build",
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
"lint": "eslint src"
},