up build pipeline for gitlab

This commit is contained in:
Tykayn 2021-11-22 12:14:56 +01:00 committed by tykayn
parent d5e6a0330b
commit e26d468c73
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ image: node:latest
stages: stages:
- build - build
# - pages # - pages
- test # - test
# - e2e # - e2e
cache: cache:
@ -40,7 +40,7 @@ build:
stage: build stage: build
script: script:
- yarn install --pure-lockfile - yarn install --pure-lockfile
- yarn run build:prod - yarn run build:prod:demobliss
cache: cache:
policy: pull policy: pull