From e3081d3c1c9a97fe310b0fdd3bed53c236c4a4ca Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 30 Jan 2023 09:36:59 -0500 Subject: [PATCH] Fix dev not working due to ensure-binaries Signed-off-by: Sebastian Malton --- packages/ensure-binaries/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ensure-binaries/package.json b/packages/ensure-binaries/package.json index eb46310b97..b9724ed6fd 100644 --- a/packages/ensure-binaries/package.json +++ b/packages/ensure-binaries/package.json @@ -6,7 +6,8 @@ "license": "MIT", "scripts": { "clean": "rm -rf dist/", - "build": "swc ./src/index.ts -o ./dist/index.mjs" + "build": "swc ./src/index.ts -o ./dist/index.mjs", + "prepare:dev": "npm run build" }, "bin": "./dist/index.mjs", "files": [