npmPackages property

List<NpmPackage>? npmPackages
getter/setter pair

A list of npm packages to be uploaded to Artifact Registry upon successful completion of all build steps.

Npm packages in the specified paths will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any packages fail to be pushed, the build is marked FAILURE.

Implementation

core.List<NpmPackage>? npmPackages;