mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
refactor(cli): rename nc alias to noco to avoid conflict
- currently `nc` is conflicting with `nc` (netcat) command in ubuntu and not allowing user to run the script Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"bin": {
|
||||
"nc": "./dist/bundle.js",
|
||||
"noco": "./dist/bundle.js",
|
||||
"create-nocodb-app": "./dist/bundle.js",
|
||||
"nc-cli": "./dist/bundle.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user