From 3bff97f57dbae61ad59de43e6a08fb09f59d0b6f Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 13 Oct 2022 15:01:50 +0530 Subject: [PATCH] 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 --- packages/nc-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-cli/package.json b/packages/nc-cli/package.json index 0f736842f0..6b40b46461 100644 --- a/packages/nc-cli/package.json +++ b/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" },