dnote/browser/CONTRIBUTING.md
Sung Won Cho e2e777db54
Lint JavaScript/TypeScript code (#346)
* Implement lint in all js projects

* Use yarn workspace

* Remove package-lock.json

* Fix

* Extract common dev dep

* Bump
2019-11-23 15:40:33 +08:00

381 B

Contributing

Use the following commands to set up, build, and release.

Set up

  • Run npm install-js from the monorepo root.

Developing locally

  • npm run watch:firefox
  • npm run watch:chrome

Releasing

  • Set a new version in package.json
  • Run ./scripts/build_prod.sh
    • A gulp task manifest will copy the version from package.json to manifest.json