replace "watch:dev" by "start"

This commit is contained in:
Son NK
2020-09-11 17:13:12 +02:00
parent d7b645bd28
commit 21732a3dde
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ To run the extension locally, please follow these steps:
- install all dependencies with `npm install`.
- run `npm run watch:dev` to generate the `/dist` folder that can be installed into Chrome.
- run `npm start` to generate the `/dist` folder that can be installed into Chrome.
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: