Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cassis163 committed Oct 16, 2023
1 parent 490ee22 commit ecdae51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "go install github.com/a-h/templ/cmd/templ@latest && templ generate ./src && sh ./build.sh"
command = "go install github.com/a-h/templ/cmd/templ@latest && $GOPATH/bin/templ generate ./src/components && sleep 2 && sh ./build.sh"
functions = "functions"
publish = "public"

Expand Down

0 comments on commit ecdae51

Please sign in to comment.