node scripts/check-versions.js
npm run test:unit
npm run prettier:fix

# Update index changes caused by prettier
git update-index --again || true
