Kris Kaczor

Results 102 issues of Kris Kaczor

`"build": "yarn run test && yarn vite"` will still run yarn process twice, even with `ny`. We could translate such calls automatically to: `"build": "ny run test && ny run...

Currently not tested on windows. I have no idea if works and we just need to tweak release workflow or it's totally broken.

enhancement

`ny tes` - should suggest "did you mean. running`ny test`"?

enhancement

* error messages should be visually distinctive (for example red) * In some cases error messages could be clearer: * `ny test` when executed not in js repo returns: "Error:...

enhancement

It should be possible to do this per command (for example: `ny add --no-typings react`) and globally via config file.

enhancement

Right now doing `ny` in empty repo results in an error because there is no lock file. Additionally, this would allow us to support `init` command.

enhancement