Coming soon...
To run a specifc command in a workspace from the root folder:
- Make sure the package exists in the package.json
dependencieswith<package_name>: "workspace:*"- Ex:
"frontend": "workspace:*"
- Ex:
- Run
pnpm -F <package_name> run <command>- Ex:
pnpm -F frontend run dev:all
- Ex: