Skip to content

Commit

Permalink
Move yarn install before rake tasks in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Jun 25, 2019
1 parent 1d037e7 commit 57726b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usual Stuff:

- bundle
- rake db:create db:migrate db:seed
- yarn install
- rake db:create db:migrate db:seed
- ./bin/webpack-dev-server
- rails s

0 comments on commit 57726b9

Please sign in to comment.