Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 213 Bytes

DEV_README.md

File metadata and controls

18 lines (13 loc) · 213 Bytes

Dev tips

Publish npm

deno task build 0.0.3
npm publish ./dist/
rm dist/

Test

deno task test

If this gives you trouble make sure you deleted the output directory of the build task.