Some checks failed
Run Check Script / check (pull_request) Failing after 36s
5 lines
129 B
Makefile
5 lines
129 B
Makefile
dev:
|
|
concurrently \
|
|
"sh dev.sh" \
|
|
"tailwindcss --input style/input.css --output style/dist/tailwind.css --watch"
|