Hopefully this will do it

This commit is contained in:
Spencer Pincott
2022-08-29 23:26:43 -04:00
parent def033747d
commit c12790bfa0

View File

@@ -1,25 +1,9 @@
stages:
- dependencies
- build
- deploy
.docker_template:
image: node:fermium-buster
tags:
- docker
node_modules:
extends: .docker_template
stage: dependencies
script: npm ci
artifacts:
paths:
- node_modules
build:
image: node:fermium-buster
tags:
- docker-build
stage: build
script: npm run build
artifacts: