Skip to content

Commit

Permalink
Fix npm commands (#132)
Browse files Browse the repository at this point in the history
Thanks @A-K-O-R-A for noticing this bug and reporting it! Have a good day.
  • Loading branch information
A-K-O-R-A authored Jan 16, 2024
1 parent 73b4b17 commit 139deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Steps to contribute:
2. Checkout develop branch `git checkout develop`
3. Create new feature branch from develop `git checkout -b <my_new_feature_branch>`
4. Install dependencies `npm ci` - you need node package manager npm installed
5. Run `npm useChrome` or `npm useFF` to select the browser you are developing for - this will copy the corresponding manifest.json
5. Run `npm run useChrome` or `npm run useFF` to select the browser you are developing for - this will copy the corresponding manifest.json
6. Run `npm run dev` while developing. This is will compile sass and ts files and watch for changes in your working tree.
7. Load the ./build directory as an unpacked extension in your browser
8. Run tests locally before committing code `npm run test`
Expand Down

0 comments on commit 139deec

Please sign in to comment.