makefile notes
This commit is contained in:
parent
2140c15eca
commit
de77167cf5
19
Makefile
19
Makefile
|
@ -2,3 +2,22 @@ commit:
|
|||
git add --all
|
||||
git commit -a
|
||||
git push
|
||||
|
||||
run:
|
||||
rails s
|
||||
|
||||
migrate:
|
||||
bin/rails db:migrate RAILS_ENV=development
|
||||
|
||||
bundle:
|
||||
bundle config set --local path 'vendor/bundle' # sets everything to be configured locally
|
||||
bundle update listen
|
||||
bundle install
|
||||
|
||||
versions:
|
||||
-rails --version
|
||||
-ruby --version
|
||||
-node --version
|
||||
-npm --version
|
||||
-yarnpkg --version
|
||||
-nodejs --version
|
||||
|
|
Loading…
Reference in New Issue