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
|
|
@ -4,7 +4,9 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "dotenv -- turbo run dev",
|
||||
"dev": "dotenv -- turbo run dev --concurrency 30",
|
||||
"build": "turbo build --concurrency 30",
|
||||
"dev:metamigo": "make dev-metamigo && dotenv -- turbo run dev --concurrency 30 --filter=!link --filter=!leafcutter",
|
||||
"migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli"
|
||||
},
|
||||
"packageManager": "npm@9.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue