Skip to content

Commit

Permalink
fix: remove patch-package dependency (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Jun 25, 2024
1 parent ec21dae commit 029f10e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cortex-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 029f10e

Please sign in to comment.