blob: 721e897f10b61b8957573759a099f85369433dc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// mocked test comment
{
"pipeline": {
"build": {
// mocked test comment
"dependsOn": [
// mocked test comment
"^build"
],
"outputs": ["dist/**", ".next/**", "!dist/assets/**"],
"outputMode": "new-only"
} // mocked test comment
},
"remoteCache": {
"teamId": "team_id",
"signature": true
}
}
|