Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 406 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 406 Bytes

Contributing

Important

Commit only after running the build-script and only if the build was successful

After making changes to the code, you must run the build script:

npm run build

The build script also checks the JavaScript using JavaScript Standard Style, so don't be surprised if the build fails; if it does, deal with any issues and then try again.