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

@@ -14,6 +14,7 @@
"main": "dist/src/index",
"types": "dist/src/index.d.ts",
"scripts": {
"dev": "npm run watch",
"build": "tsc",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"watch": "tsc --watch",