Skip to content

Build

Key Value
type object
relationship Package -> Manifest -> Build
object path $.manifest.build
package file path {package-root}/manifest.yaml

Fields

Field Type Required Description Constraints Default
clean array<string> no Clean commands - []
cmd array<string> no Build commands - []
extra array<string> no Extra commands - []
metadata ComponentMetadata | null no - - null
uuid string | null no - format: "uuid" -

Used In

Back to top