Updated build commands

This commit is contained in:
Ajay Ramachandran
2020-02-03 23:10:04 -05:00
parent b0a23a5c4e
commit e3be54cbe7
3 changed files with 159 additions and 65 deletions

View File

@@ -56,7 +56,7 @@ There are also other build scripts available. Install `npm`, then run `npm insta
## Developing with a clean profile
Run `npm run dev` to run the extension using a clean browser profile with hot reloading [(by default Firefox)](https://hacks.mozilla.org/2019/10/developing-cross-browser-extensions-with-web-ext-3-2-0/). This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands).
Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands).
## Packing