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

@@ -0,0 +1,5 @@
#!/usr/bin/env node
require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'));