Skip to content

Commit 00ef4d2

Browse files
committed
update build.sh
1 parent ddd70b0 commit 00ef4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ build_frontend() {
7373
echo_info "Install dependencies..."
7474
pnpm install --registry https://registry.npmmirror.com --dir ./frontend
7575
echo_info "Build frontend..."
76-
cd ./frontend && pnpm run build
76+
cd ./frontend && pnpm run build --verbose
7777
cd ..
7878
else
7979
echo_info "Need not build frontend."

0 commit comments

Comments
 (0)