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 23, 2024
1 parent 79c8415 commit fefc74b
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 @@ -302,7 +302,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 fefc74b

Please sign in to comment.