From 8a23a0c7d91475696807e11136ae63edb7387126 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:07:08 +0100 Subject: [PATCH] fix: builds (1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd7817c..ba34aa6 100644 --- a/package.json +++ b/package.json @@ -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",