ci: use minification for production builds
This commit is contained in:
parent
244cefb869
commit
f2131bc588
4 changed files with 135 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue