mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-02 19:22:42 +02:00
Merge pull request #177 from robertopauletto/main
Italian Translation - Ch. 5
This commit is contained in:
@@ -50,7 +50,7 @@ Before you start building, take a look at the process of building and deploying
|
||||
|
||||
In essence, the process will be:
|
||||
|
||||
- build your extension using `npm build`
|
||||
- build your extension using `npm run build`
|
||||
- navigate in the browser to the extensions pane using the "Settings and more" button (the `...` icon) on the top right
|
||||
- if it's a new installation, choose `load unpacked` to upload a fresh extension from its build folder (in our case it is `/dist`)
|
||||
- or, click `reload` if you are reloading the already-installed extension
|
||||
|
Reference in New Issue
Block a user