version info
This commit is contained in:
parent
c1deea8463
commit
cf10a66220
12
Makefile
12
Makefile
|
@ -7,7 +7,17 @@ pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
version:
|
version:
|
||||||
rails -version
|
@rails --version
|
||||||
|
@whereis rails
|
||||||
|
@echo "npm" `npm --version`
|
||||||
|
@whereis npm
|
||||||
|
@echo "yarn" `yarn -version`
|
||||||
|
@whereis yarn
|
||||||
|
@ruby --version
|
||||||
|
@whereis ruby
|
||||||
|
|
||||||
|
reset:
|
||||||
|
git reset --hard
|
||||||
|
|
||||||
# gem 'devise'
|
# gem 'devise'
|
||||||
# bundle install
|
# bundle install
|
||||||
|
|
Loading…
Reference in New Issue