|
@@ -1,11 +1,11 @@
|
|
|
{
|
|
|
"name": "doctor-xklr",
|
|
|
"productName": "星空路人-医生端",
|
|
|
- "version": "1.2.8",
|
|
|
+ "version": "1.2.9",
|
|
|
"private": false,
|
|
|
"author": "wly",
|
|
|
"scripts": {
|
|
|
- "build": "vue-cli-service electron:build",
|
|
|
+ "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service electron:build",
|
|
|
"serve": "vue-cli-service electron:serve",
|
|
|
"test:unit": "vue-cli-service test:unit",
|
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
@@ -13,11 +13,6 @@
|
|
|
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0",
|
|
|
"electron:build": "vue-cli-service electron:build",
|
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
|
- "postinstall": "electron-builder install-app-deps",
|
|
|
- "postuninstall": "electron-builder install-app-deps",
|
|
|
- "patch": "npm version patch && git push origin master && git push origin --tags",
|
|
|
- "minor": "npm version minor && git push origin master && git push origin --tags",
|
|
|
- "major": "npm version major && git push origin master && git push origin --tags",
|
|
|
"release": "vue-cli-service electron:build --publish always",
|
|
|
"lint": "vue-cli-service lint",
|
|
|
"prettier": "npx prettier --write ./src ./test",
|
|
@@ -103,6 +98,5 @@
|
|
|
},
|
|
|
"husky": {
|
|
|
"hooks": {}
|
|
|
- },
|
|
|
- "__npminstall_done": false
|
|
|
+ }
|
|
|
}
|