19 lines
399 B
Plaintext
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[]
|
|
---- |