We maintain this project as a Deno project on Github, and its built result (ie., can be used in Node ecosystem) is in its corresponding NPM page. So the source codes between Github’s and NPM’s are different.
For development, in most of time, just deno task dev
.
Once the development is done, do: deno task launch
.
What launch does is:
Git: commit, tag, push
Github: release
NPM: build a npm package and publish that to npm registry.
You might want to check which files will be packed to publish, but this is usually for debugging purpose, and in most of time, you don’t need it. In case you do need:
npm pack