summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/cli/package.json1
-rw-r--r--packages/core/package.json1
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index ade14e16..fee5965b 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -10,7 +10,6 @@
},
"scripts": {
"build": "node ../../scripts/build_package.js",
- "clean": "rm -rf dist",
"start": "node dist/index.js",
"debug": "node --inspect-brk dist/index.js",
"lint": "eslint . --ext .ts,.tsx",
diff --git a/packages/core/package.json b/packages/core/package.json
index e4a3a334..cababb8c 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -8,7 +8,6 @@
"scripts": {
"start": "node dist/src/index.js",
"build": "node ../../scripts/build_package.js",
- "clean": "rm -rf dist",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"test": "vitest run",