mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Update nuke command - remove .turbo dir
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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\"",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user