Skip to content

Commit

Permalink
docs: fix CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 9, 2023
1 parent ce1547a commit 50108b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Clone sources into local

Install dependencies:

yarn install
pnpm install

Start webpack:

yarn start
pnpm start

Then open `about:debugging` in Firefox, and choose directory from "Load Temporary Add-on".
To run tests and lint:

yarn test
yarn lint
pnpm test
pnpm lint

0 comments on commit 50108b6

Please sign in to comment.