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

Commit 1d822da

Browse files
Fix brew build from source error (#995)
Co-authored-by: Service Account <service@jan.ai>
1 parent 6d0c507 commit 1d822da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"install": "prebuild-install --runtime napi --backend cmake-js --config Release || yarn rebuild",
13-
"build-deps": "cmake-js configure --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps && cmake-js build --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps --config Release",
13+
"build-deps": "cmake-js configure --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps --config Release && cmake-js build --directory ./cortex-cpp-deps --out ./build-deps/cortex-cpp-deps --config Release",
1414
"build": "yarn build-deps && cmake-js configure --config Release && cmake-js build --config Release",
1515
"rebuild": "yarn build-deps && cmake-js rebuild --config Release",
1616
"prebuild": "yarn build-deps && prebuild --runtime napi --backend cmake-js --all --strip --verbose --config Release --include-regex \"\\.(node|exp|lib|so)$\"",

cortex-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"class-transformer": "^0.5.1",
5555
"class-validator": "^0.14.1",
5656
"cli-progress": "^3.12.0",
57-
"cortex-cpp": "0.5.0-35",
57+
"cortex-cpp": "0.5.0-36",
5858
"cpu-instructions": "^0.0.11",
5959
"decompress": "^4.2.1",
6060
"hyllama": "^0.2.2",

0 commit comments

Comments
 (0)