Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 244 Bytes

File metadata and controls

20 lines (13 loc) · 244 Bytes

unpkg-worker

This package is a library of common utilities for UNPKG Cloudflare Workers.

Development

Install dependencies and run the tests:

pnpm install
pnpm test

Deploying

Build it before you deploy:

pnpm build