mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
Add simplified command to build bknd
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user