chore: 构建测试
parent
00322349ef
commit
ee9fe2ed9c
|
@ -3,14 +3,11 @@ webPipeline([
|
||||||
cmpOnBuildInstallShell: {->
|
cmpOnBuildInstallShell: {->
|
||||||
return """
|
return """
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm install url-loader
|
|
||||||
pnpm install @vue/composition-api lodash lodash-es sortablejs tslib viewerjs/dist/viewer.css
|
|
||||||
"""
|
"""
|
||||||
},
|
},
|
||||||
smsOnBuildInstallShell: {->
|
smsOnBuildInstallShell: {->
|
||||||
return """
|
return """
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm install url-loader lodash-es tslib
|
|
||||||
"""
|
"""
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"element-ui": "2.13.0",
|
"element-ui": "2.13.0",
|
||||||
"jquery.json-viewer": "^1.1.0",
|
"jquery.json-viewer": "^1.1.0",
|
||||||
|
"lodash-es": "4.17.21",
|
||||||
"mavon-editor": "^2.9.1",
|
"mavon-editor": "^2.9.1",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"qs": "^6.7.0",
|
"qs": "^6.7.0",
|
||||||
|
|
|
@ -46,6 +46,7 @@ importers:
|
||||||
eslint-plugin-vue: ^9.10.0
|
eslint-plugin-vue: ^9.10.0
|
||||||
increase-memory-limit: ^1.0.6
|
increase-memory-limit: ^1.0.6
|
||||||
jquery.json-viewer: ^1.1.0
|
jquery.json-viewer: ^1.1.0
|
||||||
|
lodash-es: 4.17.21
|
||||||
mavon-editor: ^2.9.1
|
mavon-editor: ^2.9.1
|
||||||
nprogress: ^0.2.0
|
nprogress: ^0.2.0
|
||||||
qs: ^6.7.0
|
qs: ^6.7.0
|
||||||
|
@ -83,6 +84,7 @@ importers:
|
||||||
dayjs: 1.11.10
|
dayjs: 1.11.10
|
||||||
element-ui: 2.13.0_vue@2.7.15
|
element-ui: 2.13.0_vue@2.7.15
|
||||||
jquery.json-viewer: 1.5.0
|
jquery.json-viewer: 1.5.0
|
||||||
|
lodash-es: 4.17.21
|
||||||
mavon-editor: 2.10.4
|
mavon-editor: 2.10.4
|
||||||
nprogress: 0.2.0
|
nprogress: 0.2.0
|
||||||
qs: 6.11.2
|
qs: 6.11.2
|
||||||
|
|
Loading…
Reference in New Issue