🐛 Fix "npm run start" command

This commit is contained in:
Jan Oberhauser
2019-08-28 17:39:10 +02:00
parent d8eaeab85c
commit cc9a577470
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
"scripts": {
"build": "tsc",
"dev": "nodemon",
"start": "node dist/index.js start",
"start": "bin/n8n start",
"test": "jest",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"watch": "tsc --watch"