fix: use correct output directory for build

This commit is contained in:
Eric Lewis 2024-04-23 09:43:52 -04:00
parent bc210fdb0f
commit 748ca507da

View File

@ -1,7 +1,7 @@
#!/bin/bash
PKG_DIR="./packages/frontend"
OUTPUT_DIR="${PKG_DIR}/build"
OUTPUT_DIR="${PKG_DIR}/dist"
DEST_DIR=${1:-/data}
if [[ -d "$DEST_DIR" ]]; then