Skip to main content

NPM - Build

The build action creates a package build from the npm build command.

tip

This action will utilize the command provided by the build script in the project's package.json.

npm install will be run before the build command to ensure that dependencies are installed beforehand.

Artifacts

Outputs:

NameTypeDescription
distdirThe built application package