Skip to content

Commit

Permalink
fix: just dev build loop (#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 9, 2024
1 parent 8e19016 commit f4fab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set positional-arguments
set shell := ["bash", "-c"]

WATCHEXEC_ARGS := "-d 1s -e proto -e go -e sql -f sqlc.yaml"
WATCHEXEC_ARGS := "-d 1s -e proto -e go -e sql -f sqlc.yaml --ignore **/types.ftl.go"
RELEASE := "build/release"
VERSION := `git describe --tags --always | sed -e 's/^v//'`
TIMESTAMP := `date +%s`
Expand Down

0 comments on commit f4fab8c

Please sign in to comment.