steps:
- uses: raito-io/cli-setup@v1Make sure you have Node.js installed (v16+).
Also install ncc:
npm i -g @vercel/ncc
Run the following to download all dependencies:
npm install
Then, you can build the (single file) distribution using:
ncc build
