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