npm run dev:metamigo now builds+watches all metamigo things!!

This commit is contained in:
Abel Luck 2023-06-07 08:14:29 +00:00
parent bdad5f551c
commit 754131fbe1
25 changed files with 195 additions and 103 deletions

View file

@ -19,8 +19,8 @@ Or for local dev of a single app
* Build locally for development:
```
npm install
turbo --concurrency 30 build
turbo --concurrency 30 dev
npm run migrate
npm run dev:metamigo
```
# Notes
@ -39,10 +39,7 @@ npm install --workspace=metamigo-common
### Run a task in a specific project
```
turbo run build --filter metamigo-cli
npm run dev -- --filter @digiresilience/metamigo-cli
npm run migrate
npm run dev:metamigo
```