diff --git a/Makefile b/Makefile index 34e64b5..7bde3a1 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,14 @@ clean: rm -rf target run: - clj -M:dev + clj -M:dev -e "(dev-prep!) (go)" -r repl: clj -M:dev:nrepl +tailwind: + npm run css:watch + test: clj -M:test