build(docker): use esbuild for JS compiling
This commit is contained in:
parent
29014d1c56
commit
3651d69ce1
5 changed files with 135 additions and 2 deletions
|
@ -15,3 +15,8 @@ services:
|
|||
<<: *default-assets
|
||||
command: 'yarn build:css'
|
||||
working_dir: /app/web/themes/custom/opdavies
|
||||
|
||||
js:
|
||||
<<: *default-assets
|
||||
command: 'yarn build:js'
|
||||
working_dir: /app/web/themes/custom/opdavies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue