chore: rename web client to web_v1
This commit is contained in:
@@ -3,8 +3,8 @@ set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
cd "$ROOT_DIR/apps/web"
|
||||
cd "$ROOT_DIR/apps/web_v1"
|
||||
npm run build
|
||||
|
||||
echo "Web build output: $ROOT_DIR/apps/web/dist"
|
||||
echo "Web build output: $ROOT_DIR/apps/web_v1/dist"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user