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:
- build
# - pages
- test
# - test
# - e2e
cache:
@ -40,7 +40,7 @@ build:
stage: build
script:
- yarn install --pure-lockfile
- yarn run build:prod
- yarn run build:prod:demobliss
cache:
policy: pull