Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

CONTRIBUTE.md

File metadata and controls

9 lines (6 loc) · 334 Bytes

Setup: npm install

If making changes to the parser, build the parser (yarn build). To test/debug locally, open VS Code at the root of the repo and F5 the 'Client+Server' configuration.

To run the parser tests, run npm run test:parser.

Update the version by running npm version patch. Publish runs in GitHub actions.