0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated test command in the PR template

no issue
- The correct command for running all tests is now `yarn test:all` instead of `yarn test`
This commit is contained in:
Matt Hanley 2021-11-04 14:06:42 +00:00
parent 3b90b1f335
commit a1ebdc8330

View file

@ -4,6 +4,6 @@ Please include a description of your change & check your PR against this list, t
- [ ] There's a clear use-case for this code change
- [ ] Commit message has a short title & references relevant issues
- [ ] The build will pass (run `yarn test` and `yarn lint`)
- [ ] The build will pass (run `yarn test:all` and `yarn lint`)
More info can be found by clicking the "guidelines for contributing" link above.