Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add publish to IYarnRunnerCommands #40

Open
gjhommersom opened this issue Jun 1, 2021 · 0 comments · May be fixed by #41
Open

Add publish to IYarnRunnerCommands #40

gjhommersom opened this issue Jun 1, 2021 · 0 comments · May be fixed by #41
Assignees

Comments

@gjhommersom
Copy link

The publish command is currently missing from the IYarnRunnerCommands. This leads to a somewhat inconsistent usage.

context.Yarn().FromPath(file.GetDirectory()).Install();
context.Yarn().FromPath(file.GetDirectory()).RunScript("build");
context.Yarn().FromPath(file.GetDirectory()).RunScript("test");

and

context.Yarn().Publish(settings => settings.WorkingDirectory = file.GetDirectory());

@gjhommersom gjhommersom linked a pull request Jun 1, 2021 that will close this issue
@augustoproiete augustoproiete linked a pull request Dec 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants