Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 479 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 479 Bytes

Contributing

Convert is a fairly standard TS project.

Running scripts

Because the build process is a little more complex than just yarn build, we use just to run scripts.

You can install it globally on your computer, or just run yarn install and then it'll be available as yarn just.

To see available scripts:

just --list
# or
yarn just --list

And to run a script:

just <scripts>
# or
yarn just <scripts>