mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
fix: build
This commit is contained in:
20
turbo.json
20
turbo.json
@@ -1,5 +1,23 @@
|
||||
{
|
||||
"pipeline": {
|
||||
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["lib/**", "www/**", ".angular/**"]
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": ["^format"]
|
||||
},
|
||||
"format:fix": {
|
||||
"dependsOn": ["^format:fix"]
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
},
|
||||
"lint:fix": {
|
||||
"dependsOn": ["^lint:fix"]
|
||||
},
|
||||
"check-configuration": {
|
||||
"dependsOn": ["^check-configuration"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user