Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 572 Bytes

BUILD.md

File metadata and controls

29 lines (19 loc) · 572 Bytes

Build Instructions for Changelogger 1.1.0

Environment

  • Ubuntu 20.10
  • node v14.16.0
  • npm 6.14.11
  • Tool and library versions in package.json

Production

To build for production:

# install node module dependencies
npm install

# build production
npm run build:production

# build extension zip
npm run build:extension

The final output file will be ./web-ext-artifacts/changelogger-1.1.0.zip.

Development

The command npm run build:development will run the build in development and watch mode. It will (re)build to ./dist on file changes.