Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 596 Bytes

BUILDING.md

File metadata and controls

35 lines (20 loc) · 596 Bytes

Building

Prerequisites

Build

  • Run npm install
  • Run npm run build

The extension root is the addon directory which can be packaged/tested as appropriate. A package is output in the web-ext-artifacts directory for upload.

Lint

  • Run npm run lint

If there are errors:

  • Run npm run lint-fix

Fixable errors will be resolved and unfixable ones will be output for manual fixes.

Test

Firefox

  • npm start

Chrome

Enable developer mode and load the addon directory as an unpacked extension.