Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Oct 26, 2023
1 parent 9fb8414 commit 3811873
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 @@ -12,7 +12,7 @@ GOLANG_CROSS_VERSION := "v1.21.3"
goreleaser build --id single --clean --snapshot --single-target

@build-all +args="": deps (cli "schema") sync
goreleaser build --snapshot --clean
goreleaser build --snapshot --clean {{args}}

@schema: (go "schema") (cli "schema") (js "schema")

Expand Down

0 comments on commit 3811873

Please sign in to comment.