mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
refactor: app deployment
This commit is contained in:
32
turbo.json
32
turbo.json
@@ -4,28 +4,40 @@
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["lib/**", "www/**", ".angular/**"]
|
||||
},
|
||||
"build:docker": {
|
||||
"dependsOn": ["//#build:docker-workspace"],
|
||||
"cache": false
|
||||
},
|
||||
"docs": {
|
||||
"dependsOn": ["^docs"],
|
||||
"dependsOn": ["build", "^docs"],
|
||||
"outputs": ["docs/**"]
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": ["^format"]
|
||||
},
|
||||
"format": {},
|
||||
"format:fix": {
|
||||
"dependsOn": ["^format:fix"]
|
||||
"cache": false
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"lint:fix": {
|
||||
"dependsOn": ["^lint:fix"]
|
||||
"dependsOn": ["build", "^lint:fix"],
|
||||
"cache": false
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^test"],
|
||||
"dependsOn": ["build"],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"check-configuration": {
|
||||
"dependsOn": ["^check-configuration"]
|
||||
"test:integration": {},
|
||||
"dev": {
|
||||
"persistent": true,
|
||||
"cache": false
|
||||
},
|
||||
"//#syncpack": {
|
||||
"dependsOn": []
|
||||
},
|
||||
"//#build:docker-workspace": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user