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
|
|
@ -2,12 +2,13 @@
|
|||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"dev": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**"]
|
||||
"outputs": [".next/**","!.next/cache/**", "build/**", "dist/**"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue