From 5b6e5713ecb1a014a48014f0c6112093d4dc0480 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 3 Jul 2025 19:44:32 +0200 Subject: [PATCH] chore: add build-tailwind commant to just --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: