11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"watch": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|