Build on CI

This commit is contained in:
Jake Howard 2022-10-08 16:22:05 +01:00
parent 9dffe823b4
commit 22292e19c3

15
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,15 @@
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