wanggaokun 1 year ago
parent
commit
f433133c0a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      PHM-web/package.json

+ 3 - 3
PHM-web/package.json

@@ -5,7 +5,7 @@
   "author": "phm",
   "license": "MIT",
   "scripts": {
-    "dev": "vue-cli-service serve",
+    "serve": "vue-cli-service serve",
     "build:prod": "vue-cli-service build",
     "build:stage": "vue-cli-service build --mode staging",
     "preview": "node build/index.js --preview",
@@ -71,7 +71,7 @@
     "connect": "3.6.6",
     "eslint": "7.15.0",
     "eslint-plugin-vue": "7.2.0",
-        "lint-staged": "10.5.3",
+    "lint-staged": "10.5.3",
     "runjs": "4.4.2",
     "sass": "1.32.13",
     "sass-loader": "10.1.1",
@@ -87,4 +87,4 @@
     "> 1%",
     "last 2 versions"
   ]
-}
+}