Skip to content
Snippets Groups Projects
Commit 43910ed8 authored by ekouejor.follysod's avatar ekouejor.follysod
Browse files

cicd first part

parent 741a36c4
No related branches found
No related tags found
No related merge requests found
stages:
- build
- quality
- documentation
variables:
default:
image: node:lts-slim
cache:
paths:
- node_modules
build:
stage: build
before_script: npm ci
script: npm run build
artifacts:
paths:
- dist
\ No newline at end of file
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