Skip to content

Commit

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

Expand Down

0 comments on commit f29b786

Please sign in to comment.