From 556e3043e4b7d328b32bde26b93f10d0a6d8d818 Mon Sep 17 00:00:00 2001 From: Oliver Kamer Date: Fri, 6 Jan 2023 13:15:54 +0100 Subject: [PATCH] Update build command to use the src/marco.js file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c44f7b3..966805b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "scripts": { "test": "jest --coverage", - "build": "microbundle", + "build": "microbundle -i src/macro.js", "format": "prettier --write", "ci": "npm run test -- --ci && npm run build", "prepublishOnly": "npm run build && npm run swc",