Skip to content

Commit

Permalink
Clean dist before build (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Dec 14, 2023
1 parent 6908b4e commit 83d349b
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 @@ -9,7 +9,7 @@
],
"scripts": {
"test": "TZ=UTC vitest",
"build": "tsc --build tsconfig.build.json",
"build": "mkdir -p dist && rm -rf dist && tsc --build tsconfig.build.json",
"prepack": "yarn build",
"lint": "eslint src/**/*.ts",
"size": "size-limit",
Expand Down

0 comments on commit 83d349b

Please sign in to comment.