Maybe get rid of install_frontend.sh 👏

pull/395/head
Rick Carlino 2017-08-10 13:02:46 -05:00
parent 778e916277
commit 32e8807bcb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"coverage": "cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "TARGET=production bundle exec rake webpack:compile",
"start": "echo '===We use `npm run dev` now.==='",
"heroku-postbuild": "echo '-----------'",
"heroku-postbuild": "webpack --config=./config/webpack.prod.js",
"dev": "PORT=3000 bundle exec foreman start --procfile=Procfile.dev",
"webpack": "webpack-dev-server --config tools/webpack.config.dev.js --content-base public/ --host 0.0.0.0",
"test": "jest --coverage --no-cache",