gilde-ci-cd/documentation/chapters/templates/npm/npm-build-template.adoc
Marcel Feix 75799e32fc
Docs(*): Translate everything to english
Correction of some paths
2022-07-08 09:55:42 +02:00

19 lines
399 B
Plaintext

:sourcedir: ../../../../templates/
= NPM Build Template
This template will build a NPM project and saved the artifacts for the next build step.
.Variables
|===
|Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|===
.npm-build-template
[source, yaml]
----
include::{sourcedir}npm/npm-build.gitlab-ci.yml[]
----