|
@@ -6,8 +6,7 @@ set -o pipefail
|
|
|
# shellcheck disable=SC1091
|
|
|
source /etc/profile.d/rvm.sh # ensure RVM is loaded
|
|
|
|
|
|
-bundle config set --local frozen 'true'
|
|
|
-bundle config set --local path 'vendor'
|
|
|
+bundle config set --local deployment 'true'
|
|
|
bundle install -j "$(nproc)"
|
|
|
yarn install
|
|
|
yarn cypress:install
|