fix pipeline build

This commit is contained in:
Tykayn 2021-11-16 17:57:56 +01:00 committed by tykayn
parent d538af4ca1
commit a64647a545
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ build:
stage: build
script:
- yarn install --pure-lockfile
- npx ng build --prod
- yarn run build:prod
cache:
policy: pull