Skip to content

Commit 8a021fa

Browse files
fix: improve npm install error visibility in build-vercel.sh
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/a2378bd5-dff3-42d5-bf08-1dff787cf351 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 84ee318 commit 8a021fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/server/scripts/build-vercel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cat > api/_package.json << 'DEPS'
5555
DEPS
5656
cd api
5757
mv _package.json package.json
58-
npm install --production --no-package-lock --ignore-scripts 2>&1 | tail -3
58+
npm install --production --no-package-lock --ignore-scripts --loglevel error
5959
rm package.json
6060
cd ..
6161
echo "[build-vercel] ✓ External dependencies installed in api/node_modules/"

0 commit comments

Comments
 (0)