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 11c6947 commit a5b4387Copy full SHA for a5b4387
packages/vuefire/package.json
@@ -18,7 +18,7 @@
18
"lint": "eslint --color --ext=js,html src test examples",
19
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuefire\")'",
20
"pretest": "npm run lint",
21
- "test": "npm run unit",
+ "test": "npm run unit && npm run types",
22
"types": "tsc -p ./types/test/tsconfig.json",
23
"unit": "jest",
24
"dev": "npm run unit -- --watchAll",
0 commit comments