Install node.js with the version specified in .nvmrc
.
Install yarn. This should be as simple as corepack enable
.
yarn install
yarn build
Push a semver tag in the format v*.*.*
and a new release with zip & tar artifacts will be published by .github/workflows/build.yml
.
Yarn + Typescript support for VSCode and vim is enabled by the .yarn/sdks
configuration.
If using VSCode, you must take the following steps to recognize installed modules. (From the yarn documentation.)
For safety reason VSCode requires you to explicitly activate the custom TS settings:
Press ctrl+shift+p in a TypeScript file Choose "Select TypeScript Version" Pick "Use Workspace Version"