From 6e6b3057f9f99f6b942a989bd377258f1bc307ba Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 1 Sep 2024 22:47:00 +0300 Subject: [PATCH] Fix npm command hints --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4ca9209b..26a46a0c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,6 @@ Change [ ] to [x] for completed items. - [ ] tests and linter show no problems (`npm t`) - [ ] tests are added/updated for bug fixes and new features -- [ ] code is properly formatted (`npm run fmt`) +- [ ] code is properly formatted (`npm run fix`) - [ ] description of changes is added in CHANGELOG.md - [ ] update .d.ts typings diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8d882c0..57edb8b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,6 @@ Before open pull request please follow checklist: - [ ] tests and linter show no problems (`npm t`) - [ ] tests are added/updated for bug fixes and new features -- [ ] code is properly formatted (`npm run fmt`) +- [ ] code is properly formatted (`npm run fix`) - [ ] description of changes is added in CHANGELOG.md - [ ] update .d.ts typings