ogn-52-fiducial-marker-dete.../.gitlab-ci.yml
2022-10-08 16:22:05 +01:00

15 lines
249 B
YAML

build:
image: node:slim
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .npm
- .cache
before_script:
- npm ci --cache .npm --prefer-offline
script:
- npm run build
artifacts:
paths:
- public