mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-09 14:38:59 +02:00
fix(browse): create node bundle output directory
This commit is contained in:
@@ -10,6 +10,7 @@ set -e
|
||||
GSTACK_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||
SRC_DIR="$GSTACK_DIR/browse/src"
|
||||
DIST_DIR="$GSTACK_DIR/browse/dist"
|
||||
mkdir -p "$DIST_DIR"
|
||||
|
||||
echo "Building Node-compatible server bundle..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user