liyongli 2 months ago
parent
commit
e6972bb8a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "scripts": {
   "scripts": {
     "serve": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
     "serve": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
     "build": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build",
     "build": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build",
-    "build:git": "pnpm build & node ./saveGit.js",
+    "build-git": "pnpm build & node ./saveGit.js",
     "lint": "vue-cli-service lint",
     "lint": "vue-cli-service lint",
     "dll": "webpack --progress --config ./webpack.dll.js"
     "dll": "webpack --progress --config ./webpack.dll.js"
   },
   },