- Update this
README.mdfile. - Update the name in the
package.jsonfile. - Create a
jsbranch if it doesn't exist yet.- Then, remove the
if: falseline from the file.github/workflows/publish.yml.
- Then, remove the
- Compile:
npm run build - Format:
npm run fmt - Lint:
npm run lint - Test:
npm run test
MPL 2.0.