Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 597 Bytes

Contributing

Installing dependencies

$ yarn install

npm doesn't install the correct dependencies for eslint so we use yarn.

Regenerating dist/index.js

$ yarn run package

It is recommended to add this as a git pre-commit hook:

$ cp pre-commit .git/hooks/pre-commit

Adding a new Ruby version

Add the new version in ruby-builder-versions.json, then follow the steps above in Regenerating dist/index.js to update dist/index.js. Finally, update the "Supported Versions" section of the README if needed.