Update nuke command - remove .turbo dir

This commit is contained in:
Ilango
2024-03-07 11:18:45 +05:30
parent fdc0baab68
commit de2ac1d13c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"build": "tsc",
"start": "run-script-os",
"clean": "rimraf dist",
"nuke": "rimraf dist node_modules",
"nuke": "rimraf dist node_modules .turbo",
"start:windows": "cd bin && run start",
"start:default": "cd bin && ./run start",
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",