Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 16, 2024
1 parent aad08b4 commit feccd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-package-json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ find . -name "package.json" -not -path "*/node_modules/*" | while read -r file;
echo "Updated @dfinity/* versions in $file"
fi
# Update `package-lock.json`
#npm install --prefix "$file/.." || exit 1
npm install --package-lock-only --prefix "$file/.." || exit 1
done

echo "Script completed."

0 comments on commit feccd34

Please sign in to comment.