File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ npm start // starts the web app
1313##### Google Chrome extension
1414
1515```
16- npm start-chrome // same as web app but is served from ./dist/dist-chrome
17- npm build-chrome // builds for chrome and will be available in ./builds/chrome
16+ npm run start-chrome // same as web app but is served from ./dist/dist-chrome
17+ npm run build-chrome // builds for chrome and will be available in ./builds/chrome
1818```
1919##### Mozilla Firefox extension
2020
2121```
22- npm start-firefox // same as web app but is served from ./dist/dist-firefox
23- npm build-firefox // builds for firefox and will be available in ./builds/firefox
22+ npm run start-firefox // same as web app but is served from ./dist/dist-firefox
23+ npm run build-firefox // builds for firefox and will be available in ./builds/firefox
2424```
2525
2626` manifest.json ` files are maintained sperately for firefox and chrome in their respective folders.
@@ -31,7 +31,7 @@ In order to live test the extension copy the `manifest.json` file manually to re
3131----
3232
3333** To build for production**
34- Run ` npm build-all ` . This builds for both chrome and firefox. This time no need to copy manifest file manually. Everything is taken care of.
34+ Run ` npm run build-all ` . This builds for both chrome and firefox. This time no need to copy manifest file manually. Everything is taken care of.
3535
3636---
3737
You can’t perform that action at this time.
0 commit comments