You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya! I'm trying to set up some CI checks for Redux Toolkit that do the same sort of output as the ATTW website. It seems that the logic isn't actually published as a package yet, so I've had to clone the repo and do a local publish via yalc to get that to do anything useful.
Good news is that the checkTgz function does work and I've got it processing a package tarball I've created, so now it's mostly a question of formatting the results. But, this would be easier to do if the core logic was actually published.
Any chance you could go publish this in the near future?
The text was updated successfully, but these errors were encountered:
Hiya! I'm trying to set up some CI checks for Redux Toolkit that do the same sort of output as the ATTW website. It seems that the logic isn't actually published as a package yet, so I've had to clone the repo and do a local publish via
yalc
to get that to do anything useful.Good news is that the
checkTgz
function does work and I've got it processing a package tarball I've created, so now it's mostly a question of formatting the results. But, this would be easier to do if the core logic was actually published.Any chance you could go publish this in the near future?
The text was updated successfully, but these errors were encountered: