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
This is a need that I feel everytime I need to work with monorepos, sometimes adapting the scripts to run from the root folder takes longer than just running funzzy inside of each project
- name: setup installworkdir: ./myapp/ # This would be similar to `cd ./myapp/ && npm install`run: npm installrun_on_init: truechange: package.json
The text was updated successfully, but these errors were encountered:
This is a need that I feel everytime I need to work with monorepos, sometimes adapting the scripts to run from the root folder takes longer than just running funzzy inside of each project
The text was updated successfully, but these errors were encountered: