Skip to content

Commit

Permalink
Clean before building
Browse files Browse the repository at this point in the history
  • Loading branch information
rsslldnphy committed Mar 23, 2024
1 parent 3081025 commit 615c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --ignore-path .gitignore src",
"prettier": "prettier -c src",
"typecheck": "tsc --noEmit",
"release": "pnpm build && pnpm version patch && pnpm publish",
"release": "rm -rf lib && pnpm build && pnpm version patch && pnpm publish",
"build": "tsc",
"test": "vitest"
},
Expand Down

0 comments on commit 615c4f7

Please sign in to comment.