Rename n8n-node-dev cli command file

This commit is contained in:
Jan Oberhauser 2019-08-28 12:34:25 +02:00
parent 88e70e9f91
commit 01a873edbd
4 changed files with 6 additions and 6 deletions

View file

@ -2,4 +2,4 @@
require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))
.catch(require('@oclif/errors/handle'));

View file

@ -0,0 +1,3 @@
@echo off
node "%~dp0\n8n-node-dev" %*

View file

@ -1,3 +0,0 @@
@echo off
node "%~dp0\run" %*

View file

@ -15,7 +15,7 @@
"types": "dist/src/index.d.ts",
"oclif": {
"commands": "./dist/commands",
"bin": "run"
"bin": "n8n-node-dev"
},
"scripts": {
"dev": "npm run watch",
@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"bin": {
"n8n-node-dev": "./bin/run"
"n8n-node-dev": "./bin/n8n-node-dev"
},
"keywords": [
"development",