Browse Source

chore: no-fix lint command.

Sendya 6 năm trước cách đây
mục cha
commit
a7f04177e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
     "serve": "vue-cli-service serve",
     "serve": "vue-cli-service serve",
     "build": "vue-cli-service build",
     "build": "vue-cli-service build",
     "lint": "vue-cli-service lint",
     "lint": "vue-cli-service lint",
-    "lint:nofix": "vue-cli-service lint",
+    "lint:nofix": "vue-cli-service lint --no-fix",
     "test:unit": "vue-cli-service test:unit",
     "test:unit": "vue-cli-service test:unit",
     "postinstall": "opencollective-postinstall"
     "postinstall": "opencollective-postinstall"
   },
   },