Files
2023-02-22 11:13:25 -07:00

10 lines
144 B
JSON

{
"extends": ["//"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"cache": false
}
}
}