From c611482cd5793152ce7c7fad9954ca8e9f745eff Mon Sep 17 00:00:00 2001 From: "tan.nguyen" Date: Fri, 15 Nov 2024 15:41:51 +0700 Subject: [PATCH] Update frontend command --- .ddev/commands/host/frontend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ddev/commands/host/frontend b/.ddev/commands/host/frontend index fbdc14e..35f16b7 100755 --- a/.ddev/commands/host/frontend +++ b/.ddev/commands/host/frontend @@ -1,4 +1,4 @@ #!/bin/bash -ddev npm --prefix web/themes/custom/fstheme ci -ddev npm --prefix web/themes/custom/fstheme run build +ddev npm ci +ddev npm run build