infly-libs
Version:
工具组件库
27 lines (26 loc) • 636 B
JavaScript
module.exports = {
previewList: [
{
key: "preview",
value: "infly-libs --preview"
},
{
key: "preview:no-build",
value: "infly-libs --preview --no-build"
}
],
buildList: [
{
key: "infly:build:prod",
value: "infly-libs beforeBuild && vue-cli-service build && infly-libs afterBuild"
},
{
key: "infly:build:stage",
value: "infly-libs beforeBuild && vue-cli-service build --mode staging && infly-libs afterBuild"
},
{
key: "infly:build:test",
value: "infly-libs beforeBuild && infly-libs afterBuild"
}
]
};