From 166625ea7b630124b877b1295463096df3237704 Mon Sep 17 00:00:00 2001 From: ngxson Date: Wed, 29 Jul 2020 23:06:05 +0200 Subject: [PATCH] add beta build guide to README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c338075..d90550a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ To run the extension locally, please follow these steps: On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: `cd dist/ && web-ext run` -To release, build the production version and zip it via `npm run build && npm run build-zip` - The code is formatted using `prettier`, make sure to run it before creating the commit :). + +## To build the project + +Release verion: build the production version and zip it via `npm run build && npm run build-zip` + +Beta version: change `betaRev` in `package.json`, then generate zip file using `npm run build:beta && npm run build-zip`