fix(assets): update build paths

This commit is contained in:
Oliver Davies 2022-08-13 12:32:33 +01:00
parent b7456fdf42
commit 072ec2db46
7 changed files with 39 additions and 42 deletions

View file

@ -88,7 +88,7 @@ function yarn:build:css {
tailwindcss --postcss \
-i css/tailwind.pcss \
-o source/build/app.css "${args[@]}"
-o /app/build/app.css "${args[@]}"
}
function yarn:build:js {