ci: use minification for production builds

This commit is contained in:
Johannes Loher 2021-10-26 22:10:00 +02:00
parent 9b281a140d
commit f92969ef33
4 changed files with 138 additions and 3 deletions

View file

@ -54,6 +54,10 @@ build:
script:
- yarn build
- mv dist ds4
rules:
- if: "$CI_COMMIT_TAG"
variables:
NODE_ENV: production
cache:
<<: *global_cache
artifacts: