Skip to content
Snippets Groups Projects
Commit b7124f27 authored by Andreas's avatar Andreas
Browse files

feat/Updated package-lock.json

parent e8d09886
No related branches found
No related tags found
1 merge request!43Bug/fix pipeline bug
Pipeline #279585 failed
image: node:alpine
stages:
- install_dependencies
- build_project
cache:
key: "${CI_COMMIT_REF_SLUG}"
paths:
- node_modules/
- build/
stages:
- install
- build
install_dependencies:
stage: install_dependencies
stage: install
script:
- npm ci
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
policy: push
build_project:
stage: build_project
stage: build
script:
- npm ci
- npm run build
dependencies:
- install_dependencies
cache:
key: "${CI_COMMIT_REF_SLUG}"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment