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:
Pranav C
2022-10-13 15:01:50 +05:30
parent c6a7110902
commit 3bff97f57d

View File

@@ -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"
},