From 029f10e51c0e650eea189c0c5a7677179c89aca3 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 25 Jun 2024 20:28:04 +0700 Subject: [PATCH] fix: remove patch-package dependency (#770) --- cortex-js/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cortex-js/package.json b/cortex-js/package.json index 3b9a660e7..7cb44f2a5 100644 --- a/cortex-js/package.json +++ b/cortex-js/package.json @@ -32,7 +32,7 @@ "test:e2e": "jest --config ./test/jest-e2e.json", "typeorm": "typeorm-ts-node-esm", "build:dev": "npx nest build && chmod +x ./dist/src/command.js && npm link", - "postinstall": "patch-package" + "postinstall": "npx patch-package" }, "dependencies": { "@huggingface/gguf": "^0.1.5", @@ -90,7 +90,6 @@ "is-primitive": "^3.0.1", "jest": "^29.5.0", "nest-commander-testing": "^3.3.0", - "patch-package": "^8.0.0", "prettier": "^3.0.0", "run-script-os": "^1.1.6", "source-map-support": "^0.5.21",