Correct bug where ci doesn't work as root. Why did it work before? *shrug*

This commit is contained in:
Eric Schultz 2019-01-18 17:05:20 -06:00
parent e1fd4762a7
commit c2c1870c21

View file

@ -1,2 +1,2 @@
#!/bin/bash
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
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 build-all && npx jest