Skip to content

Commit

Permalink
Update README.md and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
theevilhead committed Jul 30, 2019
1 parent 562639e commit 339ab96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Follows Standard JS
```
git clone https://github.com/Hashnode/hashnode-browser-extensions.git
yarn install
yarn start // starts the web app
yarn start-web // starts the web app
```
##### Google Chrome extension

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "parcel -d dist/web index.html",
"start-web": "parcel -d dist/web index.html",
"start-chrome": "browser=chrome parcel index.html -d ./dist/dist-chrome",
"build-chrome": "browser=chrome parcel build index.html -d ./builds/chrome && cp -R ./chrome/* ./builds/chrome",
"start-firefox": "browser=firefox parcel index.html -d ./dist/dist-firefox",
Expand Down

0 comments on commit 339ab96

Please sign in to comment.