There was an error while loading. Please reload this page.
1 parent 3615b50 commit 140f202Copy full SHA for 140f202
1 file changed
.github/workflows/release-test.yml
@@ -73,7 +73,7 @@ jobs:
73
echo "Files in packages/tools:"
74
ls -la packages/tools/ 2>&1 | head -20 || echo "Directory does not exist"
75
echo "=== Running npm install with verbose logging ==="
76
- npm install --also=dev
+ npm ci
77
echo "=== npm install completed ==="
78
echo "=== Checking for any postinstall scripts that ran ==="
79
grep -i "postinstall\|prepare\|preinstall" npm-install.log | tail -20 || echo "No postinstall scripts found in log"
0 commit comments