Requirements:
- Node.js
- Corepack
- Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using:
npm install --global corepack
- Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using:
To regenerated the compiled JavaScript files in dist/
, call:
corepack enable
yarn install --immutable
yarn build