UNPKG

coffee-core

Version:

Coffee IT API core library

23 lines (17 loc) 268 B
include: - project: 'CoffeeIT/qa/gitlab-ci-templates' ref: main file: 'gitlab-ci-sonar-5.yml' image: node:22.11-alpine stages: - qa - build qa: only: - merge_requests - main build: stage: build script: - npm ci - npm run build