mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
01b0bf1a36
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.
1.1 KiB
1.1 KiB
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
Proposed changes
Checklist
- I have read the contribution guidelines
- For non-bugfix PRs, I have discussed this change on the forum/slack team.
- I have run
npm run test
to verify the unit tests pass - I have added suitable unit tests to cover the new/changed functionality