From 8aaaf31bd485c9ecf3f9c6d13c71f1ba09016d1d Mon Sep 17 00:00:00 2001 From: Johnny Almonte Date: Wed, 17 Jun 2020 21:46:13 -0400 Subject: [PATCH] fix: use npm ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92bf422e5..8514b6256 100644 --- a/package.json +++ b/package.json @@ -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"