Remove useless PRODUCTION var for webpack CodiMD

This commit is contained in:
Alexandre Iooss 2019-03-11 18:10:35 +01:00
parent 84263d7712
commit b9d5601e36
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Build front-end bundle
# This can take very long and requires > 2GB of RAM
- name: Build front-end for CodiMD
command: NODE_ENV="production" yarn run build
command: yarn run build
args:
chdir: /var/local/codimd/codimd
become: true