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

11 lines
229 B
YAML

.npm-dependencies:
image: $NODE_IMAGE
stage: dependencies
variables:
ADDITIONAL_GLOBAL_PACKAGES: ""
before_script:
- npm install -g $ADDITIONAL_GLOBAL_PACKAGES
script:
- "cd $FRONTEND_DIR"
- npm install