Convert is a fairly standard TS project.
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>