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 23fdc8f commit 9142ac6Copy full SHA for 9142ac6
package.json
@@ -4,7 +4,7 @@
4
"main": "lib/index.js",
5
"license": "MIT",
6
"scripts": {
7
- "build": "tslint -p . && tsc",
+ "build": "tslint -p . && rm -rf lib/ && tsc",
8
"test": "mocha -r ts-node/register --recursive \"./src/**/__tests__/*\"",
9
"test-watch": "mocha -r ts-node/register --recursive \"./src/**/__tests__/*\" --watch --watch-extensions ts,tsx",
10
"prepublish": "npm run build && npm run test"
0 commit comments