- Run
nvm use
to switch to specified node version - Run
pnpm install
to install dev dependencies.
To report a bug, attempt to reproduce it as a test.
- Run
pnpm run test --watch
for watch mode.
- Run
pnpm run build
to build the dist folder. - Run
npm version major|minor|patch
to release a new version.