Skip to content

Commit

Permalink
fix: undo sqlc build changes for CI (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Apr 11, 2024
1 parent abad95c commit 6dda791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ init-db:
dbmate create
dbmate --migrations-dir backend/controller/sql/schema up

# Regenerate SQLC code
build-sqlc: init-db
@mk backend/controller/sql/{db.go,models.go,querier.go,queries.sql.go} : backend/controller/sql/queries.sql backend/controller/sql/schema sqlc.yaml -- sqlc generate
# Regenerate SQLC code (requires init-db to be run first)
build-sqlc:
@mk backend/controller/sql/{db.go,models.go,querier.go,queries.sql.go} : backend/controller/sql/queries.sql backend/controller/sql/schema -- sqlc generate

# Build the ZIP files that are embedded in the FTL release binaries
build-zips: build-kt-runtime
Expand Down

0 comments on commit 6dda791

Please sign in to comment.