Skip to content

Commit 106f8fc

Browse files
committed
Remove dist folder before build command
1 parent 1e6a99e commit 106f8fc

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
@@ -36,7 +36,7 @@
3636
"dist"
3737
],
3838
"scripts": {
39-
"build": "tsup",
39+
"build": "yarn clean && tsup",
4040
"clean": "rimraf lib dist es coverage",
4141
"api-types": "api-extractor run --local",
4242
"format": "prettier --write \"{src,test}/**/*.{js,ts,tsx}\" \"docs/**/*.md\"",

0 commit comments

Comments
 (0)