Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
chore: cleaning out the dist and types dirs before builds
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 7, 2021
1 parent 3b6fbb4 commit 8d2d624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .js,.ts",
"prebuild": "rm -rf dist/ @types/",
"prepack": "npm run build",
"prepare": "husky install",
"pretest": "npm run lint",
Expand Down

0 comments on commit 8d2d624

Please sign in to comment.