From 1f0152f3bd99f89075a8b06cc03e7e64047eb2dd Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Wed, 24 Aug 2022 14:54:42 -0600 Subject: [PATCH] chore: make build run on macbook (#46) --- supported-version/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported-version/package.json b/supported-version/package.json index 68e1672..f97cda7 100644 --- a/supported-version/package.json +++ b/supported-version/package.json @@ -5,7 +5,7 @@ "main": "index.js", "private": true, "scripts": { - "build": "esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts", + "build": "npx esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts", "test": "jest" }, "author": "",