diff --git a/Justfile b/Justfile index 605f152..8df5e69 100644 --- a/Justfile +++ b/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: