Browse Source

upd: nyc include

richard1015 5 years ago
parent
commit
fa796eaf5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -65,7 +65,7 @@
   },
   },
   "nyc": {
   "nyc": {
     "include": [
     "include": [
-      "../../../src/packages/**/*.vue"
+      "src/packages/**/*.vue"
     ],
     ],
     "reporter": [
     "reporter": [
       "lcov",
       "lcov",
@@ -79,4 +79,4 @@
     "Android >= 4",
     "Android >= 4",
     "iOS >= 8"
     "iOS >= 8"
   ]
   ]
-}
+}