From 31a82c1d9fa817d36ab3a7832af04aa8f7f717dd Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 8 Feb 2026 11:55:00 +0000 Subject: [PATCH] ci: run bun install in postCreateCommand Co-authored-by: Ona --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b905aae..ac79165 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,6 +10,7 @@ "context": ".", "dockerfile": "Dockerfile" }, + "postCreateCommand": "bun install", "postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.sh" // Features add additional features to your environment. See https://containers.dev/features // Beware: features are not supported on all platforms and may have unintended side-effects.