chore: renderer 构建前将先构建 web-vitals
This commit is contained in:
26
apps/renderer/turbo.json
Normal file
26
apps/renderer/turbo.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"globalEnv": ["NODE_ENV"],
|
||||
"tasks": {
|
||||
"reset": {
|
||||
"cache": false
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["@sy/web-vitals#build"],
|
||||
"outputs": ["dist/**", "dist.zip"]
|
||||
},
|
||||
"preview": {
|
||||
"dependsOn": ["@sy/web-vitals#build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["@sy/web-vitals#build"],
|
||||
"outputs": [],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"typecheck": {
|
||||
"outputs": []
|
||||
}
|
||||
},
|
||||
"extends": ["//"]
|
||||
}
|
||||
Reference in New Issue
Block a user