1
Fork 0
theorangeone.net-legacy/scripts/release.sh
Jake Howard 449554f6b6
Hack around the lack of raw environment support in parcel
It only supports env files, so let's make one when creating a production build
2019-11-01 23:31:04 +00:00

10 lines
173 B
Bash
Executable file

#!/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