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 91c8770 commit 08fff4aCopy full SHA for 08fff4a
package.json
@@ -11,10 +11,10 @@
11
"node": ">=12"
12
},
13
"scripts": {
14
- "build": "tsc --build --clean",
+ "build": "del-cli dist && tsc",
15
"test": "xo && ava",
16
"bench": "node --loader=ts-node/esm bench.ts",
17
- "prepublishOnly": "tsc --build --clean"
+ "prepublishOnly": "del-cli dist && tsc"
18
19
"files": [
20
"dist"
@@ -52,6 +52,7 @@
52
"@types/node": "^17.0.13",
53
"ava": "^5.1.1",
54
"benchmark": "^2.1.4",
55
+ "del-cli": "^5.0.0",
56
"delay": "^5.0.0",
57
"in-range": "^3.0.0",
58
"p-defer": "^4.0.0",
@@ -79,4 +80,4 @@
79
80
"@typescript-eslint/no-invalid-void-type": "off"
81
}
82
-}
83
+}
0 commit comments