chore: add build-tailwind commant to just
This commit is contained in:
parent
9f1b7eefe9
commit
5b6e5713ec
1 changed files with 4 additions and 1 deletions
5
Justfile
5
Justfile
|
|
@ -1,6 +1,6 @@
|
|||
set dotenv-load := true
|
||||
|
||||
run: install-dependencies start-database migrate-database seed-database
|
||||
run: install-dependencies start-database migrate-database seed-database build-tailwind
|
||||
mix phx.server
|
||||
|
||||
install-dependencies:
|
||||
|
|
@ -18,6 +18,9 @@ seed-database:
|
|||
start-database:
|
||||
docker compose up -d
|
||||
|
||||
build-tailwind:
|
||||
mix tailwind mv
|
||||
|
||||
ci-dev: lint audit test
|
||||
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue