Fix gz build

This commit is contained in:
Pascal Vizeli 2018-11-20 11:36:45 +01:00 committed by GitHub
parent 773711a2d5
commit 2058e0d3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,4 @@ OUTPUT_DIR=build
rm -rf $OUTPUT_DIR
node script/gen-icons.js
NODE_ENV=production ../node_modules/.bin/webpack -p --config webpack.config.js
NODE_ENV=production CI=false ../node_modules/.bin/webpack -p --config webpack.config.js