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",