From fd1323fecc9a15e6f7280dc420978d87c7112d42 Mon Sep 17 00:00:00 2001 From: Cameron Pak Date: Sat, 7 Mar 2026 10:05:15 -0600 Subject: [PATCH] Add simplified command to build bknd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94ae5ce5..a975dd4e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=22.13" }, "scripts": { - "build:all": "bun run --filter bknd build:all", + "build": "bun i && bun run --filter bknd build:all", "updater": "bun x npm-check-updates -ui", "ci": "find . -name 'node_modules' -type d -exec rm -rf {} + && bun install", "npm:local": "verdaccio --config verdaccio.yml",