diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 11:10:35 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 11:15:09 +0900 |
commit | 326b888d59264d4968eda8bc9984bff07e7fb6ee (patch) | |
tree | 8360a7e64faa196771a467ffeb318e97bfa9a212 | |
parent | d1d677088832650887df7d78f09303180ad51bf8 (diff) |
Replace npm with yarn in 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 |