From 4c814fb3df7bf1d658bf558687c6427b9b0644fa Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 15:02:51 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 7e8ee82..f5d95cd 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -11,7 +11,7 @@ commands = [ [phases.build] commands = [ - "bun build", + "bun run build" ] [phases.start]