diff --git a/justfile b/justfile index 2716fa3..6db9651 100644 --- a/justfile +++ b/justfile @@ -9,4 +9,4 @@ deploy: build refresh_build: sass static/styles.scss static/styles.css - go build -o ./tmp/main . \ No newline at end of file + go build -tags=nocache -o ./tmp/main . \ No newline at end of file