Skip to content

Commit 3676318

Browse files
committed
fix install failed
1 parent f50d825 commit 3676318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "cmake-js compile",
2020
"prebuild-package": "prebuild --verbose --runtime napi --include-regex \"^(faiss-node\\.node)|(mkl_sequential\\.2\\.dll)|(faiss\\.lib)|(libfaiss\\.a)$\" --backend cmake-js",
21-
"install": "prebuild-install --verbose || npm run build"
21+
"install": "prebuild-install --runtime napi --verbose || npm run build"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)