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

Commit 463fa3b

Browse files
Fix cortex-cpp rebuild (#994)
Co-authored-by: Service Account <service@jan.ai>
1 parent ab8d1bf commit 463fa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git+https://github.com/janhq/cortex.git"
1010
},
1111
"scripts": {
12-
"install": "prebuild-install --runtime napi --backend cmake-js --config Release || yarn build-deps && cmake-js rebuild --config Release",
12+
"install": "prebuild-install --runtime napi --backend cmake-js --config Release || yarn rebuild",
1313
"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",
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",

0 commit comments

Comments
 (0)