From 4234eb4997d86f21f4dfd4ff2df4269b2df07e46 Mon Sep 17 00:00:00 2001 From: Abdou TOP Date: Mon, 8 Jun 2026 21:43:25 +0000 Subject: [PATCH] fix: update install and build scripts for Deno compatibility --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4197c6..2a8d6f2 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "url": "https://github.com/chdb-io/chdb-node.git" }, "scripts": { - "install": "npm run libchdb && npm run build", + "install": "bash ./update_libchdb.sh && node-gyp configure build --verbose && bash ./fix_loader_path.sh", "test": "mocha test_basic.js test_connection.js --timeout 15000", "libchdb": "bash ./update_libchdb.sh", "fixloaderpath": "bash ./fix_loader_path.sh", - "build": "node-gyp configure build --verbose && npm run fixloaderpath" + "build": "node-gyp configure build --verbose && bash ./fix_loader_path.sh" }, "author": { "name": "chdb",