2021-05-30 22:44:21 -07:00

9 lines
140 B
Plaintext
Executable File

# Stop on errors
set -e
cd "$(dirname "$0")/.."
rm -rf dist
NODE_ENV=production npm exec -- tsc
NODE_ENV=production npm exec -- rollup -c