From 50108b6b86350148e69e67839afe52c17e478489 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 9 Sep 2023 03:30:09 +0000 Subject: [PATCH] docs: fix CONTRIBUTING --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab8c536c..c7a05e25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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