Skip to content

Commit

Permalink
fix(build): update build-all command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Sep 27, 2023
1 parent 7705966 commit 5686f95
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 @@ -10,7 +10,7 @@
goreleaser build --id single --clean --snapshot --single-target

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

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

Expand Down

0 comments on commit 5686f95

Please sign in to comment.