fix: update npm command for CSS build in post-start hook
This commit is contained in:
parent
d067548314
commit
69c8e060d6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ hooks:
|
||||||
post-start:
|
post-start:
|
||||||
- exec-host: |
|
- exec-host: |
|
||||||
ddev npm install
|
ddev npm install
|
||||||
ddev npm run dev:css -- --watch &
|
ddev npm run build:css -- --watch &
|
||||||
|
|
||||||
# Key features of DDEV's config.yaml:
|
# Key features of DDEV's config.yaml:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue