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

11 lines
173 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