about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/justfile b/justfile
index 45a5f11..a24dc88 100644
--- a/justfile
+++ b/justfile
@@ -1,6 +1,9 @@
 default:
 	@just --list --justfile {{ justfile() }} --unsorted
 
+prepare:
+	ln -sf $(nix-build --no-out-link -A css) frontend/static/style.css
+
 checkformat:
 	gofmt -d .
 	goimports -d .
@@ -15,5 +18,5 @@ fix:
 precommit:
 	nix-build -A pre-commit-check
 
-dev:
+dev: prepare
 	wgo run ./serve/ --live