We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd70b0 commit 00ef4d2Copy full SHA for 00ef4d2
scripts/build.sh
@@ -73,7 +73,7 @@ build_frontend() {
73
echo_info "Install dependencies..."
74
pnpm install --registry https://registry.npmmirror.com --dir ./frontend
75
echo_info "Build frontend..."
76
- cd ./frontend && pnpm run build
+ cd ./frontend && pnpm run build --verbose
77
cd ..
78
else
79
echo_info "Need not build frontend."
0 commit comments