1
Fork 0
theorangeone.net-legacy/scripts/release.sh

15 lines
252 B
Bash
Raw Normal View History

2018-05-27 12:27:52 +01:00
#!/usr/bin/env bash
set -e
source ./scripts/common.sh
# Expose environment variables so `parcel-bundler` can access them
env > $BASEDIR/.env
./scripts/build.sh --minify
gzipper compress -e gz --verbose $OUTPUT_DIR $OUTPUT_DIR
rm -f $BASEDIR/.env