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.
dist
build
1 parent 1e6a99e commit 106f8fcCopy full SHA for 106f8fc
package.json
@@ -36,7 +36,7 @@
36
"dist"
37
],
38
"scripts": {
39
- "build": "tsup",
+ "build": "yarn clean && tsup",
40
"clean": "rimraf lib dist es coverage",
41
"api-types": "api-extractor run --local",
42
"format": "prettier --write \"{src,test}/**/*.{js,ts,tsx}\" \"docs/**/*.md\"",
0 commit comments