Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit f529543

Browse files
chore(build): add clean to single test run
1 parent ea2e6c8 commit f529543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"description": "Cache angularfire2 data for offline use.",
55
"scripts": {
6-
"test": "karma start",
6+
"test": "karma start && npm run clean",
77
"test-watch": "karma start --singleRun=false --autoWatch=true",
88
"lint": "tslint index.ts && tslint ./**/*.ts",
99
"commit": "npm run prepublish && npm test && git-cz",

0 commit comments

Comments
 (0)