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
@@ -10,7 +10,7 @@
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm dev:gulp\"",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"clean": "rimraf dist",
"nuke": "rimraf dist node_modules"
"nuke": "rimraf dist node_modules .turbo"
},
"keywords": [],
"homepage": "https://flowiseai.com",