- Make your changes in
src/*
and not indist/index.js
- Make sure your changes are prettified (you can use
npm run prettier
) - Run
npm run build
with Node v20 before committing your changes - Feel free to write some unit tests
src/*
and not in dist/index.js
npm run prettier
)npm run build
with Node v20 before committing your changes