The NpmBuild native step builds an npm source. This step automatically performs npm-install
on the source in a Git repository.
If you want to run tests, add a Bash step to trigger them.
Important
The NpmBuild native step may fail on W19 nodes when JFrog CLI v1 is used. Workaround is to use JFrog CLI v2.
Important
The NpmBuild
native step uses Node runtime image by default. If runtime image of any other type is configured at pipeline-level for this native step, it will be ignored.
The following topics provide more information on NpmBuild Pipeline steps:
See also: Npm Build Quickstart