just/lage.config.js

11 строки
262 B
JavaScript

module.exports = {
pipeline: {
build: ['^build'],
test: ['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'],
};