mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
refactor: app deployment
This commit is contained in:
13
turbo.json
13
turbo.json
@@ -2,12 +2,16 @@
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["lib/**", "www/**", ".angular/**"]
|
||||
"outputs": ["lib/**", "www/**", ".angular/**"],
|
||||
"cache": true
|
||||
},
|
||||
"build:docker": {
|
||||
"dependsOn": ["//#build:docker-workspace"],
|
||||
"cache": false
|
||||
},
|
||||
"deploy": {
|
||||
"dependsOn": ["build", "^deploy"]
|
||||
},
|
||||
"docs": {
|
||||
"dependsOn": ["build", "^docs"],
|
||||
"outputs": ["docs/**"]
|
||||
@@ -25,9 +29,12 @@
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": ["coverage/**"]
|
||||
"outputs": ["coverage/cobertura-coverage.xml", "coverage/report-junit.xml"]
|
||||
},
|
||||
"test:integration": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": ["coverage/integration-cobertura-coverage.xml", "coverage/integration-report-junit.xml"]
|
||||
},
|
||||
"test:integration": {},
|
||||
"dev": {
|
||||
"persistent": true,
|
||||
"cache": false
|
||||
|
||||
Reference in New Issue
Block a user