aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/first-run')
-rwxr-xr-xbin/first-run2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/first-run b/bin/first-run
index 5fbe671..a191491 100755
--- a/bin/first-run
+++ b/bin/first-run
@@ -4,6 +4,8 @@
sleep 30
bundler install
+yarn cache clean
+yarn install --network-concurrency 1
yarn install --check-files
bundle exec rake tmp:create RAILS_ENV=${1:-development}
bundle exec rake tmp:cache:clear RAILS_ENV=${1:-development}