mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-17 18:32:19 +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)"
|
GSTACK_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||||
SRC_DIR="$GSTACK_DIR/browse/src"
|
SRC_DIR="$GSTACK_DIR/browse/src"
|
||||||
DIST_DIR="$GSTACK_DIR/browse/dist"
|
DIST_DIR="$GSTACK_DIR/browse/dist"
|
||||||
|
mkdir -p "$DIST_DIR"
|
||||||
|
|
||||||
echo "Building Node-compatible server bundle..."
|
echo "Building Node-compatible server bundle..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user