Remove useless PRODUCTION var for webpack CodiMD
This commit is contained in:
parent
84263d7712
commit
b9d5601e36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue