Update turbo configuration
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 1m4s
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 1m4s
This commit is contained in:
parent
b080fe777d
commit
dbb9cab101
@ -5,7 +5,7 @@
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
||||
"outputs": [".next/**", "!.next/cache/**"]
|
||||
"outputs": [".nuxt/**", ".output/**", "dist/**"]
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
@ -16,6 +16,10 @@
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"generate": {
|
||||
"dependsOn": ["^generate"],
|
||||
"outputs": [".output/**"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user