ignore these on failures for the test box

This commit is contained in:
Jeff Carr 2024-02-07 21:59:01 -06:00
parent f154d713b2
commit 67d435d12b
1 changed files with 8 additions and 8 deletions

View File

@ -7,14 +7,14 @@ pull:
git pull
version:
@rails --version
@whereis rails
@echo "npm" `npm --version`
@whereis npm
@echo "yarn" `yarn -version`
@whereis yarn
@ruby --version
@whereis ruby
-@rails --version
-@whereis rails
-@echo "npm" `npm --version`
-@whereis npm
-@echo "yarn" `yarn -version`
-@whereis yarn
-@ruby --version
-@whereis ruby
reset:
git reset --hard