Ver código fonte

update: package.json

wuwei 5 anos atrás
pai
commit
23baab3ccd
1 arquivos alterados com 3 adições e 1 exclusões
  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",