Skip to content
Snippets Groups Projects
Commit 24b372f3 authored by Christopher Krawietz's avatar Christopher Krawietz
Browse files

Merge branch 'main' of https://gitlab.com/itv.sh1/design-system.sh into main

parents 37fbc985 40fe5759
No related branches found
No related tags found
No related merge requests found
image: node:14.15.1 stages:
pages: - linting
- deploy
linting:
stage: linting
image: node:14.15.1
cache: cache:
paths: paths:
- node_modules/ - node_modules/
script:
- npm install
- npm run-script lint
deploy:
stage: deploy
image: node:14.15.1
cache:
paths:
- node_modules/
script: script:
- npm install - npm install
- npm run-script build - npm run-script build
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- main - main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment