obfu5c8 / yarn-all-workspaces

CLI utility for executing yarn commands on all workspaces in a project
0 stars 0 forks source link

“Has no script” error if root module missing script #10

Open udalmik opened 6 years ago

udalmik commented 6 years ago

Having couple of modules with “build” script in their package.json, running Yarn all-workspaces run build In root module gives error above. Adding dummy “build” script to root solves the issue as a workaround