From 06146d5bd0ac0e874026bda519654f661169be4e Mon Sep 17 00:00:00 2001 From: Takuma TSUJI <61522301+itTkm@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:54:58 +0900 Subject: [PATCH] Update installation instructions in CONTRIBUTING.md (#1287) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdaba1f306..75edd9ed43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ If you're planning to work on a bigger feature, please create a [feature request - If you dismissed the prompts, you can install them manually from the Extensions panel 2. **Local Development** - - Run `npm install` to install dependencies + - Run `npm run install:all` to install dependencies - Run `npm run test` to run tests locally - Before submitting PR, run `npm run format:fix` to format your code