You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems running ./bin/peck locally or composer test:typos locally. I'm trying to contribute a PR, but want to make sure all the tests are running properly before I submit it. Is there a trick to running this locally?
> peck
Fatal error: Uncaught Error: Class "Peck\Console\Commands\CheckCommand" not found in /Users/stevewilliamson/Code/Tapp/peck/bin/peck:26
Stack trace:
#0 {main}
thrown in /Users/stevewilliamson/Code/Tapp/peck/bin/peck on line 26
Script peck handling the test:typos event returned with error code 255
Script @test:typos was called via test
The text was updated successfully, but these errors were encountered:
I'm having problems running
./bin/peck
locally orcomposer test:typos
locally. I'm trying to contribute a PR, but want to make sure all the tests are running properly before I submit it. Is there a trick to running this locally?The text was updated successfully, but these errors were encountered: