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
@@ -17,7 +17,7 @@
"start:windows": "cd packages/server/bin && run start",
"start:default": "cd packages/server/bin && ./run start",
"clean": "pnpm --filter \"./packages/**\" clean",
"nuke": "pnpm --filter \"./packages/**\" nuke && rimraf node_modules",
"nuke": "pnpm --filter \"./packages/**\" nuke && rimraf node_modules .turbo",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "eslint \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint-fix": "pnpm lint --fix",
+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",
+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\"",
+1 -1
View File
@@ -62,7 +62,7 @@
"dev": "vite",
"build": "vite build",
"clean": "rimraf build",
"nuke": "rimraf build node_modules"
"nuke": "rimraf build node_modules .turbo"
},
"babel": {
"presets": [