https://bugzilla.wikimedia.org/show_bug.cgi?id=58620
--- Comment #16 from Matthew Flaschen <[email protected]> --- (In reply to Antoine "hashar" Musso from comment #14) > > Do you mean Grunt (which runs on node.js)? That's the node.js build tool > > I normally see used. > > I guess npm as an entry point for jenkins (i.e. npm test) which would then > use grunt to run a wide range of different tests :d Hmm, thanks. This is not a test though. While "npm test" exists (https://www.npmjs.org/doc/cli/npm-test.html), "npm doc" does not. There is apparently a way to have custom scripts (https://www.npmjs.org/doc/misc/npm-scripts.html , https://www.npmjs.org/doc/cli/npm-run-script.html), but we would need to standardize on a name (e.g. npm-run-script doc). Is there such a convention already? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
