Add nocache tag to the justfile (air) refresh_build task

This commit is contained in:
Daniele Tonon
2023-07-12 21:58:29 +02:00
parent fa644864dd
commit 2d540b91b4

View File

@@ -9,4 +9,4 @@ deploy: build
refresh_build:
sass static/styles.scss static/styles.css
go build -o ./tmp/main .
go build -tags=nocache -o ./tmp/main .