fix: add rm -rf in build
This commit is contained in:
parent
e2d8584957
commit
7c1918c1cb
@ -17,7 +17,7 @@
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"up": "tsc && yarn publish dist"
|
||||
"build": "rm -rf ./dist && tsc",
|
||||
"up": "yarn build && yarn publish dist"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user