Skip to content

Commit

Permalink
feat: add npm i to procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mewthu2 committed May 3, 2024
1 parent e7b006e commit e3090e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release: bin/rails db:migrate
release: npm install && bin/rails db:migrate
web: bin/rails server -p ${PORT:-5000} -e $RAILS_ENV
worker: bundle exec sidekiq
Binary file modified dump.rdb
Binary file not shown.

0 comments on commit e3090e6

Please sign in to comment.