Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 530 Bytes

CONTRIBUTORS.md

File metadata and controls

22 lines (15 loc) · 530 Bytes

Contributor

Node

  • Active development is done on node 16 (see .nvmrc)

Vitest - Testing

npm run test -- run # run vitest once
npm run test # run vitest watch (default)

ESbuild - building

npm run build # outputs to ./dist/jwt.js and ./dist/jwt.d.ts
VITEST_USE_DIST=true npm run build # run tests against build asset ./dist/jwt.js (used for cross-node version testing)

Publishing

brew bundle to install github cli package (uses Brewfile)