diff --git a/scripts/new-static-site-app.sh b/scripts/new-static-site-app.sh index b65e901..120d3f8 100755 --- a/scripts/new-static-site-app.sh +++ b/scripts/new-static-site-app.sh @@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then fi APP_DIR="$WORKSPACE_DIR/$APP_ID" +TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools" mkdir -p "$APP_DIR" cd "$APP_DIR" @@ -76,6 +77,8 @@ cat > README.md <