From f6efe564786b7cdf3f41551d98d3fe355ebf2cb5 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 27 Aug 2025 18:08:29 -0700 Subject: [PATCH] Tweak --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5ecb41f..5c2c3c9 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", + "build": "node esbuild.config.js", "dev": "node esbuild.config.js --watch" },