ci: use minification for production builds

This commit is contained in:
Johannes Loher 2021-10-26 22:10:00 +02:00
parent 244cefb869
commit f2131bc588
4 changed files with 135 additions and 3 deletions

View file

@ -51,6 +51,7 @@ build:
stage: build
before_script:
- yarn install --immutable
- if [[ ! -z ${CI_COMMIT_TAG+x} ]]; then export NODE_ENV=production; fi
script:
- yarn build
- mv dist ds4