Skip to content

Commit

Permalink
feat: add folders to clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
adantoscano committed Sep 12, 2023
1 parent f405e04 commit 5e733c9
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 @@ -24,7 +24,7 @@
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"clean": "rm -rf output",
"clean": "rm -rf output outputTest dist",
"build": "tsc",
"postbuild": "cp -r ./src/templates ./dist",
"postprepare": "npm run build",
Expand Down

0 comments on commit 5e733c9

Please sign in to comment.