Skip to content

Commit

Permalink
Added makefile target for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Oct 3, 2023
1 parent 91a05c0 commit f5b1386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ tests:

dev:
clojure -A:dev:test:clj-tests -J-Dguardrails.config=guardrails-test.edn -J-Dguardrails.enabled --watch --fail-fast --no-capture-output

deploy:
rm -rf target
mvn deploy

0 comments on commit f5b1386

Please sign in to comment.