Skip to content

Commit

Permalink
add install option to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yagarea committed Apr 3, 2024
1 parent caaba2d commit d8d3a3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ build:

upload:
scripts/upload

install:
gem install bundler
bundle config set --local path '.vendor/bundle'
bundle install

0 comments on commit d8d3a3c

Please sign in to comment.