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