🐛 Fix "npm run start" command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user