forked from imbytecat/fullstack-starter
feat: 补充 root compile/dist 脚本,通过 Turbo filter 委托到对应 app
This commit is contained in:
32
turbo.json
32
turbo.json
@@ -6,10 +6,42 @@
|
||||
"build": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"compile": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"compile:darwin": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"compile:linux": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"compile:windows": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"dist": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"dist:linux": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"dist:mac": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"dist:win": {
|
||||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
},
|
||||
"fix": {
|
||||
"cache": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user