Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 343 Bytes

FIREFOX-BUILD.md

File metadata and controls

15 lines (10 loc) · 343 Bytes

Build instructions for the Firefox review team

Requirements:

  • NodeJS 18
  • npm

Run these commands in the root of the extension files:

npm install
npm run build:firefox

After the build is done, the raw contents will be placed in /build/firefox-mv2-dev and the compacted zip will be placed in /build/firefox-mv2-prod.zip.