-
Notifications
You must be signed in to change notification settings - Fork 2k
fix(core): Update npm commands and documentation #1456
Conversation
BTW I'm always a bit unsure how should I scope these fixes... "core", "npm", "build"? |
Actually the whole thing should be called |
@simison |
Consider this still WIP, I'll add docs for this, too. |
LGTM. |
onlyChanged
npm script
Aight updated the documentation. How does it look to you now? I basically wiped out mentions of Grunt and left Gulp there but everything directs towards I would've removed all the grunt modules and stuff, but I noticed it's still used for coverage tests... so perhaps that's a task for another PR. Edit: Seems like it's taken care of by @hyperreality : #1175 (comment) |
- Removes deprecated `onlyChanged` npm script. Watch now always runs only changed tests, no parameter needed. Change to gulp tasks was in this commit: meanjs@eaead7a - Renames npm script `test:watch` to `test:server:watch` - Updates README.md to mention Gulp less and npm commands more - Removes mentions to Grunt from README.md
(squashed + reflected updates at commit message) |
Looks good, thanks. |
👍
Yeah, I know. Just I wanted to rewrite the commit message. |
Removes deprecated
onlyChanged
npm script. Watch now always runs only changed tests, no parameter needed.Change to gulp tasks was in this commit: eaead7a