Skip to content
Snippets Groups Projects
bootstrap-app-bundle.sh 176 B
Newer Older
#!/bin/sh
set -ex
bundle config --local build.sassc --disable-march-tune-native
Theo Cushion's avatar
Theo Cushion committed
gem install --default bundler:2.4.19
bundle update --bundler
bundle install --jobs 20 --retry 5