Pārlūkot izejas kodu

chore: no-fix lint command.

Sendya 6 gadi atpakaļ
vecāks
revīzija
a7f04177e2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
     "serve": "vue-cli-service serve",
     "build": "vue-cli-service build",
     "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",
     "postinstall": "opencollective-postinstall"
   },