mirror of
https://github.com/SrIzan10/ezbd.git
synced 2026-06-06 00:56:57 +00:00
fix: builds (1)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "sern build && bun copy:json",
|
||||
"docker:build": "mkdir -p db/kv && bun run build && bun db:migrate",
|
||||
"copy:json": "copyfiles -u 1 src/**/*.json dist/",
|
||||
"start": "bun run ./src/index.ts",
|
||||
"start": "bun db:migrate && bun run ./src/index.ts",
|
||||
"dev": "bun run build && bun run ./src/index.ts",
|
||||
"install": "sern build",
|
||||
"commands:publish": "sern commands publish",
|
||||
|
||||
Reference in New Issue
Block a user