From a045074e0bbc0620a9013d94dcfc2789ed889a5e Mon Sep 17 00:00:00 2001 From: Test Date: Sun, 22 Dec 2024 19:53:20 -0600 Subject: [PATCH] Update package.json --- binary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/package.json b/binary/package.json index 671612630b..426127922c 100644 --- a/binary/package.json +++ b/binary/package.json @@ -23,7 +23,7 @@ "scripts": { "test": "jest", "build": "node build.js", - "build:dev": "node build.js --with-sourcemaps" + "build:darwin-x64": "node build.js --os darwin-x64" }, "license": "Apache-2.0", "devDependencies": {