diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0b5f61..4b62066 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,14 +17,14 @@ Clone sources into local Install dependencies: - npm install + yarn install Start webpack: - npm run start + yarn start Then open `about:debugging` in Firefox, and choose directory from "Load Temporary Add-on". To run tests and lint: - npm run test - npm run lint + yarn test + yarn lint |