Skip to content

Commit

Permalink
build: Add reset script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Sep 3, 2024
1 parent c44dce0 commit 8ea8f77
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 158 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dev": "turbo run dev --parallel --env-mode=loose --filter=!n8n-design-system --filter=!@n8n/chat",
"dev:ai": "turbo run dev --parallel --env-mode=loose --filter=@n8n/nodes-langchain --filter=n8n --filter=n8n-core",
"clean": "turbo run clean --parallel",
"reset": "zx scripts/reset.mjs",
"format": "turbo run format && node scripts/format.mjs",
"lint": "turbo run lint",
"lintfix": "turbo run lintfix",
Expand Down Expand Up @@ -55,7 +56,8 @@
"tsc-alias": "^1.8.7",
"tsc-watch": "^6.0.4",
"turbo": "2.0.6",
"typescript": "*"
"typescript": "*",
"zx": "^8.1.4"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading

0 comments on commit 8ea8f77

Please sign in to comment.