Add simplified command to build bknd

This commit is contained in:
Cameron Pak
2026-03-07 10:05:15 -06:00
parent 44d7c092f8
commit fd1323fecc
+1 -1
View File
@@ -8,7 +8,7 @@
"node": ">=22.13" "node": ">=22.13"
}, },
"scripts": { "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", "updater": "bun x npm-check-updates -ui",
"ci": "find . -name 'node_modules' -type d -exec rm -rf {} + && bun install", "ci": "find . -name 'node_modules' -type d -exec rm -rf {} + && bun install",
"npm:local": "verdaccio --config verdaccio.yml", "npm:local": "verdaccio --config verdaccio.yml",