npm run dev:metamigo now builds+watches all metamigo things!!
This commit is contained in:
parent
bdad5f551c
commit
754131fbe1
25 changed files with 195 additions and 103 deletions
|
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue