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 8181b0c commit 975110aCopy full SHA for 975110a
package.json
@@ -10,7 +10,7 @@
10
"build-tests": "tsc -p ./tsconfig.test.json",
11
"watch": "tsc -p ./tsconfig.json --watch && tsc -p ./tsconfig.test.json --watch",
12
"lint": "tslint -c tslint.json src/*.ts",
13
- "test": "npm run build-tests && ava",
+ "test": "rm -rf dist_test && npm run build-tests && ava",
14
"tdd": "npm run watch & ava --watch",
15
"prepublish": "npm run build"
16
},
0 commit comments