Rich Donnellan

Results 4 comments of Rich Donnellan

@kentcdodds Looks like the @ghost account has been deleted. I'm facing the same dilemma and can't seem to set the custom `--config` within these methods in the meantime. Am I...

I dug into the source code and was able to run my `compile` script after making this change: ```diff series.nps = function seriesNPS(...scriptNames) { return series( ...scriptNames .filter(Boolean) .map(scriptName =>...

Will that issue also address the custom `--config` being ignored from the `package.json`? I have it set as so, but still need to address each script included in my `package-scripts.js`....

Cool; thanks for the quick replies. Do you want me to open an issue to address this within `nps`? It's still a problem outside of using `nps-utils`.