Skip to content

Commit

Permalink
install webpacker on gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
cesswairimu committed Jul 19, 2022
1 parent 96cdc4f commit cb88359
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 @@ -28,7 +28,8 @@ tasks:
cp db/schema.rb.example db/schema.rb &&
rake db:setup &&
yarn install &&
rails g react:install
rails g react:install &&
rails webpacker:install
command: >
passenger start
openMode: split-left
Expand Down

0 comments on commit cb88359

Please sign in to comment.