зеркало из https://github.com/microsoft/just.git
13 строки
322 B
JavaScript
13 строки
322 B
JavaScript
module.exports = {
|
|
pipeline: {
|
|
build: ['^build'],
|
|
test: ['build'],
|
|
api: ['build'],
|
|
'api:update': ['build'],
|
|
},
|
|
|
|
// These are relative to the git root, and affects the hash of the cache
|
|
// Any of these file changes will invalidate cache
|
|
environmentGlob: ['*.js', '*.json', '*.yml', 'scripts'],
|
|
};
|