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
Our development workflow atm is not the best when it comes to vendor changes. We need to ensure we run composer install --no-dev for most cases but for development we need to run composer install. This means that for husky to work we have to be mindful of which one we ran and ensure we do not accidentally check in the test pieces.
There has to be a better way to do this, and we should find that. Simplify the overall workflow.
The text was updated successfully, but these errors were encountered:
Our development workflow atm is not the best when it comes to vendor changes. We need to ensure we run
composer install --no-dev
for most cases but for development we need to runcomposer install
. This means that for husky to work we have to be mindful of which one we ran and ensure we do not accidentally check in the test pieces.There has to be a better way to do this, and we should find that. Simplify the overall workflow.
The text was updated successfully, but these errors were encountered: