Skip to content

Commit a5b4387

Browse files
committed
chore(vuefire): add types to test
1 parent 11c6947 commit a5b4387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuefire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint": "eslint --color --ext=js,html src test examples",
1919
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuefire\")'",
2020
"pretest": "npm run lint",
21-
"test": "npm run unit",
21+
"test": "npm run unit && npm run types",
2222
"types": "tsc -p ./types/test/tsconfig.json",
2323
"unit": "jest",
2424
"dev": "npm run unit -- --watchAll",

0 commit comments

Comments
 (0)