Skip to content

Commit 6e6b305

Browse files
committed
Fix npm command hints
1 parent 46ccbce commit 6e6b305

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Change [ ] to [x] for completed items.
66

77
- [ ] tests and linter show no problems (`npm t`)
88
- [ ] tests are added/updated for bug fixes and new features
9-
- [ ] code is properly formatted (`npm run fmt`)
9+
- [ ] code is properly formatted (`npm run fix`)
1010
- [ ] description of changes is added in CHANGELOG.md
1111
- [ ] update .d.ts typings

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Before open pull request please follow checklist:
3636

3737
- [ ] tests and linter show no problems (`npm t`)
3838
- [ ] tests are added/updated for bug fixes and new features
39-
- [ ] code is properly formatted (`npm run fmt`)
39+
- [ ] code is properly formatted (`npm run fix`)
4040
- [ ] description of changes is added in CHANGELOG.md
4141
- [ ] update .d.ts typings

0 commit comments

Comments
 (0)