mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
fix turbo tasks
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
"dependsOn": ["^build:v2:cloudflare", "^build:v2", "generate"],
|
||||
"outputs": [".next/**", "!.next/cache/**", "dist", ".open-next/**"]
|
||||
},
|
||||
"build:v2:container": {
|
||||
"dependsOn": ["^build:v2:cloudflare", "^build:v2", "generate"],
|
||||
"outputs": [".next/**", "!.next/cache/**", "dist", ".open-next/**"]
|
||||
},
|
||||
// Build the package for Cloudflare Pages
|
||||
"build:cloudflare": {
|
||||
"dependsOn": ["^build", "generate"]
|
||||
|
||||
Reference in New Issue
Block a user