发布脚本已调整

This commit is contained in:
aixianling
2021-11-15 16:22:55 +08:00
parent f975d9c7b9
commit 92566d8af0
2 changed files with 14 additions and 6 deletions

View File

@@ -1,14 +1,17 @@
{
"name": "dv_cp_wechat",
"name": "dvcp-weapps",
"version": "0.1.0",
"private": true,
"private": false,
"author": "Kubbo",
"scripts": {
"dev": "node bin/serve.js&&cross-env NODE_ENV=development UNI_PLATFORM=h5 vue-cli-service uni-serve --minimize",
"build": "node bin/serve.js&&cross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build",
"build:mp-weixin": "cross-env NODE_ENV=production UNI_PLATFORM=mp-weixin vue-cli-service uni-build",
"dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch",
"pages": "node bin/serve.js"
"lib": "npm unpublish --force&&npm publish"
},
"files": [
"src/components",
"src/pages",
"src/pages.json"
],
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@dcloudio/uni-app-plus": "^2.0.0-31820210406002",