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

20 lines
463 B
Plaintext

:sourcedir: ../../../../templates/
= NPM Dependencies template
This template loads the NPM dependencies of the project.
Please add the NPM cache. Look xref:Generel-Variablen[generell Variables]
.Variables
|===
|Name |Description | Default Value
|ADDITIONAL_GLOBAL_PACKAGES
| Additional packages that should be installed in the before script
| ""
|===
.npm-dependencies-template
[source, yaml]
----
include::{sourcedir}npm/npm-dependencies.gitlab-ci.yml[]
----