fix: use npm ci

This commit is contained in:
Johnny Almonte
2020-06-17 21:46:13 -04:00
parent 43e16203dd
commit 8aaaf31bd4

View File

@@ -9,7 +9,7 @@
"scripts": {
"start": "webpack-dev-server --progress",
"bundle": "webpack --mode production",
"build": "bundle install && npm install && bundle exec rails assets:precompile && npm run bundle",
"build": "bundle install && npm ci && bundle exec rails assets:precompile && npm run bundle",
"submodules": "git submodule update --init --force --remote",
"test": "karma start karma.conf.js --single-run",
"lint": "eslint --fix app/assets/javascripts/**/*.js"