Skip to content

Commit

Permalink
fix: config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed May 22, 2024
1 parent c789920 commit 022bbfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/k16/kmono/config_schema.clj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@

(def ?Config
(mu/merge
(mu/required-keys ?CommandConfig [:glob :snapshot? :include-unchanged?])
(mu/required-keys
?KmonoWorkspaceConfig
[:glob :snapshot? :include-unchanged?])
[:map {:closed true}
[:exec [:or :string [:enum :build :release]]]
[:workspace-config {:optional true}
Expand Down

0 comments on commit 022bbfc

Please sign in to comment.