Skip to content

Commit e3bd484

Browse files
committed
🔧 run lint and build for tests
1 parent 5b647d4 commit e3bd484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/vuexfire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"scripts": {
1616
"lint": "eslint --color --ext=js,html src test examples build",
17-
"test": "npm run lint && npm run test:coverage && npm run build",
17+
"test": "npm run lint && npm run build",
1818
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
1919
"dev": "npm-watch",
2020
"test:unit": "ava",

0 commit comments

Comments
 (0)