Skip to content

Commit ca00e95

Browse files
authored
docs: replace nonexistent test:all script with npm test (#4054)
The contributor checklist references npm run test:all, but no such script exists in package.json Co-authored-by: MoonsvnLyn <287222957+FirmaSpring@users.noreply.github.com>
1 parent b8cf7dc commit ca00e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [ ] Be sure to run `npm install` or `npm update`.
77
- [ ] Create a branch.
88
- [ ] Update code in `src` folder. (`lib` folder is for auto compiled code)
9-
- [ ] Run `npm run test:all`, fix any broken things (for linting, you can run `npm run lint` to have the linter fix them for you).
9+
- [ ] Run `npm test`, fix any broken things (for linting, you can run `npm run lint` to have the linter fix them for you).
1010
- [ ] Run `npm run build:reset` to remove changes to compiled files.
1111
- [ ] Submit a Pull Request.
1212

0 commit comments

Comments
 (0)