We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b647d4 commit e3bd484Copy full SHA for e3bd484
‎packages/vuexfire/package.json
@@ -14,7 +14,7 @@
14
],
15
"scripts": {
16
"lint": "eslint --color --ext=js,html src test examples build",
17
- "test": "npm run lint && npm run test:coverage && npm run build",
+ "test": "npm run lint && npm run build",
18
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
19
"dev": "npm-watch",
20
"test:unit": "ava",
0 commit comments