Skip to content

Commit

Permalink
yarn install in the ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 3ee98b0 commit 08feeb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e
git config --global --add safe.directory /app
source $NVM_DIR/nvm.sh
yarn install
bundle exec bin/rake assets:precompile
bundle exec bin/rake db:create
bundle exec bin/rake db:schema:load
Expand Down

0 comments on commit 08feeb9

Please sign in to comment.