diff --git a/Makefile b/Makefile index 7f2680a2d..1c5ce297c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ RAILS_ENV ?= development setup: gem install bundler bundle install - yarn install + pnpm install db_create: RAILS_ENV=$(RAILS_ENV) bundle exec rails db:create @@ -30,7 +30,7 @@ server: RAILS_ENV=$(RAILS_ENV) bundle exec rails server -b 0.0.0.0 -p 3000 burn: - bundle && yarn + bundle && pnpm install run: @if [ -f ./.overmind.sock ]; then \