mirror of https://github.com/node-red/node-red.git
github: Request `npm run test` in PR template
Due to the way grunt is installed, `grunt` might not work for the user locally. However, `npm run test` will succeed for them, as NPM knows where `grunt` is located to execute.pull/4348/head
parent
d9bbac20f3
commit
01b0bf1a36
|
@ -30,5 +30,5 @@ the [forum](https://discourse.nodered.org) or
|
|||
|
||||
- [ ] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
|
||||
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
|
||||
- [ ] I have run `grunt` to verify the unit tests pass
|
||||
- [ ] I have run `npm run test` to verify the unit tests pass
|
||||
- [ ] I have added suitable unit tests to cover the new/changed functionality
|
||||
|
|
Loading…
Reference in New Issue