Skip to content

Commit 140f202

Browse files
Replace npm install with npm ci in workflow
1 parent 3615b50 commit 140f202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
76+
npm ci
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)