From 326b888d59264d4968eda8bc9984bff07e7fb6ee Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 10 Aug 2020 11:10:35 +0900 Subject: Replace npm with yarn in CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file 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 -- cgit v1.2.3