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

Commit 785f621

Browse files
authored
fix: CI should not run post install but it does (#648)
1 parent 1ee23c6 commit 785f621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:e2e": "jest --config ./test/jest-e2e.json",
2828
"typeorm": "typeorm-ts-node-esm",
2929
"build:dev": "npx nest build && chmod +x ./dist/src/command.js && npm link",
30-
"postinstall": "cortex init -s"
30+
"postinstall": "cortex init -s || true"
3131
},
3232
"dependencies": {
3333
"@huggingface/gguf": "^0.1.5",

0 commit comments

Comments
 (0)