Build locally for now

This commit is contained in:
Jori Lallo
2016-05-22 23:09:30 -07:00
parent 84410cb5d2
commit 9506dcbca6

View File

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