Sfoglia il codice sorgente

update: package.json

wuwei 5 anni fa
parent
commit
23baab3ccd
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -6,7 +6,9 @@
     "serve": "vue-cli-service serve --open",
     "build": "vue-cli-service build",
     "test": "vue-cli-service build --mode test",
-    "lint": "vue-cli-service lint"
+    "lint": "vue-cli-service lint",
+    "test:e2e": "vue-cli-service test:e2e",
+    "test:unit": "vue-cli-service test:unit"
   },
   "dependencies": {
     "axios": "^0.19.0",