From 69c8e060d6ac3f73a39cb8bdc2278fef4ca9de57 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 18 Jun 2025 14:42:18 +0200 Subject: [PATCH] fix: update npm command for CSS build in post-start hook --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index e7697aa..c4f8e89 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -19,7 +19,7 @@ hooks: post-start: - exec-host: | ddev npm install - ddev npm run dev:css -- --watch & + ddev npm run build:css -- --watch & # Key features of DDEV's config.yaml: