Update installation instructions in CONTRIBUTING.md (#1287)

This commit is contained in:
Takuma TSUJI 2025-01-17 02:54:58 +09:00 committed by GitHub
parent ed17085df9
commit 06146d5bd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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