Skip to content

Commit dcc509e

Browse files
committed
Refactor npm install command in release-test.yml
Removed verbose logging from the npm install command in the release-test workflow to streamline the process. This change simplifies the output while maintaining functionality.
1 parent bc6885d commit dcc509e

File tree

2 files changed

+39
-3108
lines changed

2 files changed

+39
-3108
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "Files in packages/tools:"
7474
ls -la packages/tools/ 2>&1 | head -20 || echo "Directory does not exist"
7575
echo "=== Running npm install with verbose logging ==="
76-
npm install --also=dev --loglevel=verbose 2>&1 | tee npm-install.log || true
76+
npm install --also=dev
7777
echo "=== npm install completed ==="
7878
echo "=== Checking for any postinstall scripts that ran ==="
7979
grep -i "postinstall\|prepare\|preinstall" npm-install.log | tail -20 || echo "No postinstall scripts found in log"

0 commit comments

Comments
 (0)