From bb97427a401a1efe41dd9e5d3b212641ac0e058a Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 26 Oct 2018 11:13:19 -0500 Subject: [PATCH] We use npm ci only during build test --- script/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test.sh b/script/test.sh index 882f7b2d..285ab5a9 100755 --- a/script/test.sh +++ b/script/test.sh @@ -1,2 +1,2 @@ #!/bin/bash -npm ci --unsafe-perm && rake db:create db:structure:load db:migrate && RAILS_ENV=test rake db:create db:structure:load test:prepare && rake spec && npm run ci-build-all && npx jest \ No newline at end of file +npm ci && rake db:create db:structure:load db:migrate && RAILS_ENV=test rake db:create db:structure:load test:prepare && rake spec && npm run build-all && npx jest