mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-04 02:37:46 +02:00
chore: Add clean scripts to all buildable packages (no-changelog) (#31622)
This commit is contained in:
parent
21db4bcd6c
commit
8570de09c0
|
|
@ -4,6 +4,7 @@
|
|||
"description": "Cli for running benchmark tests for n8n",
|
||||
"main": "dist/index",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
||||
"format": "biome format --write .",
|
||||
"format:check": "biome ci .",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.3.0",
|
||||
"description": "HTML + n8n expression language support for CodeMirror 6",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"test": "vitest run",
|
||||
"test:unit": "vitest run",
|
||||
"build": "cm-buildhelper src/html.ts",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"./*": "./*"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"build": "tsc --build tsconfig.build.esm.json tsconfig.build.cjs.json && pnpm build:runtime",
|
||||
"build:runtime": "node esbuild.config.js",
|
||||
"test": "vitest run",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"./*": "./*"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"start": "ts-node src/index.ts",
|
||||
"build": "tsc -p ./tsconfig.build.json",
|
||||
"prepack": "pnpm build",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"preview": "vite preview",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"./*": "./*"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"cleanup": "rimraf dist",
|
||||
"dev": "tsdown --watch",
|
||||
"lint": "eslint src --quiet",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"name": "@n8n/chat",
|
||||
"version": "1.24.0",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "pnpm run --dir=../storybook dev --initial-path=/docs/chat-chat--docs",
|
||||
"build": "pnpm build:vite && pnpm build:bundle",
|
||||
"build:vite": "cross-env vite build",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"preview": "vite preview",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"preview": "vite preview",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"preview": "vite preview",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"preview": "vite preview",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"clean": "rimraf storybook-static .turbo",
|
||||
"dev": "storybook dev -p 6006",
|
||||
"build": "storybook build",
|
||||
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"check": "tsx src/cli.ts",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"dev": "tsc --watch",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"build": "tsc",
|
||||
"dev": "tsc --watch",
|
||||
"test": "vitest run",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"dev": "tsc --watch",
|
||||
"test": "vitest run",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user