mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
⚡ Make it easier to start n8n in development mode
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap --hoist --no-ci",
|
||||
"build": "lerna exec npm run build",
|
||||
"dev": "lerna exec npm run dev --parallel",
|
||||
"start": "cd packages/cli && node dist/index.js start",
|
||||
"watch": "lerna run --parallel watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user