Skip to content

Commit 975110a

Browse files
committed
Clean dist_tests before starting tests
1 parent 8181b0c commit 975110a

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
@@ -10,7 +10,7 @@
1010
"build-tests": "tsc -p ./tsconfig.test.json",
1111
"watch": "tsc -p ./tsconfig.json --watch && tsc -p ./tsconfig.test.json --watch",
1212
"lint": "tslint -c tslint.json src/*.ts",
13-
"test": "npm run build-tests && ava",
13+
"test": "rm -rf dist_test && npm run build-tests && ava",
1414
"tdd": "npm run watch & ava --watch",
1515
"prepublish": "npm run build"
1616
},

0 commit comments

Comments
 (0)