Skip to content

Commit

Permalink
chore: don't build frontend unnecessarily (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 3, 2024
1 parent 7e46b4c commit 682b4bf
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
Expand Up @@ -123,7 +123,7 @@ build-language-plugins:
@just build-go-binary ./jvm-runtime/cmd/ftl-language-kotlin

# Build a Go binary with the correct flags and place it in the release dir
build-go-binary dir binary="": build-zips build-protos build-frontend
build-go-binary dir binary="": build-zips build-protos
#!/bin/bash
set -euo pipefail
shopt -s extglob
Expand Down

0 comments on commit 682b4bf

Please sign in to comment.