Skip to content

Commit

Permalink
install yarn on passenger start
Browse files Browse the repository at this point in the history
  • Loading branch information
cesswairimu committed Aug 16, 2022
1 parent b5af1be commit 787005c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ tasks:
mysql -e "CREATE DATABASE plots;" &&
cp db/schema.rb.example db/schema.rb &&
rake db:setup &&
yarn add @rails/webpacker &&
yarn install &&
rails g react:install
command: >
yarn add @rails/webpacker && passenger start
passenger start
openMode: split-left

- name: Rails console
Expand Down

0 comments on commit 787005c

Please sign in to comment.