diff --git a/Makefile b/Makefile index 706723d..af0a618 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,17 @@ pull: git pull 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' # bundle install