Skip to content

Commit

Permalink
chore(package): delete dist folder before building
Browse files Browse the repository at this point in the history
  • Loading branch information
CBW2007 committed Jan 22, 2022
1 parent 7be745f commit 259c2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An easy way to create sitemaps!",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build": "rm -rf dist && tsc",
"prepare": "npm run build",
"pretest": "npm run build",
"watch": "tsc --watch",
Expand Down

0 comments on commit 259c2bc

Please sign in to comment.