Skip to content

Commit

Permalink
Fix clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Oct 19, 2024
1 parent 8d484cf commit 347e598
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 @@ -51,7 +51,7 @@
},
"scripts": {
"prepare": "$npm_execpath run clean && $npm_execpath run compile && $npm_execpath run dist",
"clean": "del esm && del dist && tsconfig.tsbuildinfo",
"clean": "del esm && del dist && del tsconfig.tsbuildinfo",
"compile": "tsc",
"dist": "node esbuild.mjs",
"lint": "eslint",
Expand Down

0 comments on commit 347e598

Please sign in to comment.