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
NpmTask's workingDir property is currently a RegularFileProperty but it probably should be a DirectoryProperty similar to how NodeTask's workingDir property is.
I can implement this, if you wish, but I am not sure how you would want to handle breaking compatibility with existing code.
The text was updated successfully, but these errors were encountered:
Next version is going to be a major so feel free to send a PR :-)
And no tests breaks with the change either, so this was potentially just an oversight when we moved to providers and properties 4 years ago
NpmTask
's workingDir property is currently a RegularFileProperty but it probably should be a DirectoryProperty similar to howNodeTask
's workingDir property is.I can implement this, if you wish, but I am not sure how you would want to handle breaking compatibility with existing code.
The text was updated successfully, but these errors were encountered: