-
Notifications
You must be signed in to change notification settings - Fork 4
Developers Guide
Yosuke Mizutani edited this page Apr 30, 2022
·
3 revisions
- Install npm.
- Install dependencies:
npm install
- Build the project:
npm run build
- Watch the project:
npm run watch
- Firefox
- Open
about:debugging
- Click on
This Firefox
- Click on
Load Temporary Add-on...
and selectdist/firefox/manifest.json
- Open
- Run all tests:
npm run test
- Watch tests:
npm run test:watch
- Run all tests and collect the line coverage:
npm run coverage
- Update the following files (one line for each):
assets/manifest_chrome.json
assets/manifest_firefox.json
package.json
src/Config.ts
- Run
npm install
andpackage-lock.json
will be updated.