发布脚本已调整
This commit is contained in:
5
.npmrc
Normal file
5
.npmrc
Normal file
@@ -0,0 +1,5 @@
|
||||
registry=http://192.168.1.87:4873/
|
||||
email=aixianling@sinoecare.com
|
||||
always-auth=true
|
||||
_auth="YWRtaW46YWRtaW4xMjM="
|
||||
package-lock=false
|
||||
15
package.json
15
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user