20 lines
463 B
Plaintext
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[]
|
|
---- |