fix: npm cli symlink

This commit is contained in:
Daniel Hougaard
2024-11-12 22:45:37 +04:00
parent bfce1021fb
commit 8b781b925a
2 changed files with 3 additions and 4 deletions

4
npm/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@infisical/cli",
"version": "0.14.3",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@infisical/cli",
"version": "0.14.3",
"version": "0.0.0",
"hasInstallScript": true,
"dependencies": {
"tar": "^6.2.0"

View File

@@ -8,14 +8,13 @@
"command-line"
],
"bin": {
"infisical": "./bin/infisical"
"infisical": "bin/infisical"
},
"repository": {
"type": "git",
"url": "https://github.com/Infisical/infisical.git"
},
"author": "Infisical Inc, <daniel@infisical.com>",
"scripts": {
"postinstall": "node src/index.cjs"
},