Newer Version Available
Skip Validation to Quickly Iterate Package Development
Iterate package development more efficiently by skipping validation of dependencies,
package ancestors, and metadata during package version creation. Skipping validation reduces the
time it takes to create a new package version, but you can promote only validated package versions
to the released state.
1sfdx force:package:version:create --skipvalidationIn Tooling API, use the SkipValidation field on the Package2VersionCreateRequest object.