Skip to content

Commit

Permalink
fixed just issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed May 22, 2024
1 parent c8d35ea commit 7eabe69
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 @@ -300,7 +300,7 @@ publish-local-cfg-lib:
scala-cli --power publish local besom-cfg/lib --project-version {{besom-cfg-version}} --suppress-experimental-feature-warning

# Publishes locally besom-cfg k8s module
publish-local-cfg-k8s:
publish-local-cfg-k8s: compile-cfg-k8s
scala-cli --power publish local besom-cfg/k8s --project-version {{besom-cfg-version}} --suppress-experimental-feature-warning

# Publishes locally all besom-cfg modules
Expand Down

0 comments on commit 7eabe69

Please sign in to comment.