build: split command onto multiple lines
This commit is contained in:
parent
288a99efd3
commit
941fd602a3
1 changed files with 3 additions and 1 deletions
4
run
4
run
|
@ -90,7 +90,9 @@ function yarn:build:css {
|
|||
args=(--watch)
|
||||
fi
|
||||
|
||||
tailwindcss --postcss -i assets/css/tailwind.pcss -o build/app.css "${args[@]}"
|
||||
tailwindcss --postcss \
|
||||
-i assets/css/tailwind.pcss \
|
||||
-o source/build/app.css "${args[@]}"
|
||||
}
|
||||
|
||||
function yarn:build:js {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue