Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 029f10e

Browse files
authored
fix: remove patch-package dependency (#770)
1 parent ec21dae commit 029f10e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cortex-js/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:e2e": "jest --config ./test/jest-e2e.json",
3333
"typeorm": "typeorm-ts-node-esm",
3434
"build:dev": "npx nest build && chmod +x ./dist/src/command.js && npm link",
35-
"postinstall": "patch-package"
35+
"postinstall": "npx patch-package"
3636
},
3737
"dependencies": {
3838
"@huggingface/gguf": "^0.1.5",
@@ -90,7 +90,6 @@
9090
"is-primitive": "^3.0.1",
9191
"jest": "^29.5.0",
9292
"nest-commander-testing": "^3.3.0",
93-
"patch-package": "^8.0.0",
9493
"prettier": "^3.0.0",
9594
"run-script-os": "^1.1.6",
9695
"source-map-support": "^0.5.21",

0 commit comments

Comments
 (0)