File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ This extension was developed on macOS 12.6.1 using:
158158- Python >= 3.8.5
159159
160160### Prerequisites
161- From the ` angular ` folder, install dependencies:
161+ From the root folder, install dependencies:
162162``` bash
163- npm install
163+ make init
164164```
165165
166166### Run/Debug
167- From the ` angular ` folder:
167+ From the root folder:
168168
169169- Build the Angular app in debug mode:
170170``` bash
@@ -179,15 +179,11 @@ npx web-ext run -t chromium -s ./dist --browser-console
179179 - For Chromium-based browsers:
180180
181181### Build
182- From the ` angular ` folder:
182+ From the root folder:
183183
184184- Build the Angular app in production mode:
185185``` bash
186- npm run build:prod
187- ```
188- - Package the extension:
189- ``` bash
190- npx web-ext build -s ./dist -o
186+ make build VERSION=x.y.z
191187```
192188
193189The packaged extension will be located in web-ext-artifacts.
You can’t perform that action at this time.
0 commit comments