From f179db95453a41045b82da8560316f1cc136c33f Mon Sep 17 00:00:00 2001 From: Avently <7953703+avently@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:19:43 -0800 Subject: [PATCH] package --- packages/simplex-chat-nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simplex-chat-nodejs/package.json b/packages/simplex-chat-nodejs/package.json index 17595409cd..7a8ca08889 100644 --- a/packages/simplex-chat-nodejs/package.json +++ b/packages/simplex-chat-nodejs/package.json @@ -4,7 +4,7 @@ "main": "src/index.js", "scripts": { "install-tools": "npm install -g node-gyp", - "configure": "node-gyp configure", + "configure": "node-gyp configure; mkdir libs 2> /dev/null | true", "rebuild": "node-gyp rebuild", "build": "node-gyp build", "run": "node src/index.js",