Make it easier to start n8n in development mode

This commit is contained in:
Jan Oberhauser
2019-08-14 12:13:43 +02:00
parent 7cd563183a
commit 84ba4dec06
8 changed files with 10 additions and 4 deletions

View File

@@ -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"
},