зеркало из https://github.com/microsoft/boll.git
6 строки
87 B
JavaScript
6 строки
87 B
JavaScript
|
module.exports = {
|
||
|
"pipeline": {
|
||
|
"build": ["^build"],
|
||
|
"test": ["build"]
|
||
|
}
|
||
|
}
|