nova-facade/lage.config.js

11 строки
152 B
JavaScript

module.exports = {
pipeline: {
prepare: [],
types: ["^types"],
build: [],
test: ["build"],
lint: [],
},
npmClient: "yarn",
};