Skip to content

Commit 745d6a1

Browse files
committed
fix: windows clean script not working properly
1 parent 4bd1116 commit 745d6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A comprehensive TypeScript command handler for Discord.js, featuring slash commands, prefix commands, message events, automatic intents, and more.",
55
"main": "src/index.ts",
66
"scripts": {
7-
"clean-windows": "del -f \"dist*\"",
7+
"clean-windows": "rd /s /q dist",
88
"clean-linux": "rm -rf dist",
99
"compile": "npm run clean-windows && tsc",
1010
"start": "node dist/index.js",

0 commit comments

Comments
 (0)