Browse Source

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>
pull/4051/head
Pranav C 2 years ago
parent
commit
3bff97f57d
  1. 2
      packages/nc-cli/package.json

2
packages/nc-cli/package.json

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

Loading…
Cancel
Save