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 git pull
version: version:
@rails --version -@rails --version
@whereis rails -@whereis rails
@echo "npm" `npm --version` -@echo "npm" `npm --version`
@whereis npm -@whereis npm
@echo "yarn" `yarn -version` -@echo "yarn" `yarn -version`
@whereis yarn -@whereis yarn
@ruby --version -@ruby --version
@whereis ruby -@whereis ruby
reset: reset:
git reset --hard git reset --hard