Skip to content

Commit

Permalink
Merge pull request #6 from cyrus-za/patch-1
Browse files Browse the repository at this point in the history
fix: add args when running with pnpm
  • Loading branch information
jeremylvln authored Jan 4, 2021
2 parents bd564ec + feb18ce commit f6d7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locate-nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function locateNx(): Promise<CommandWrapper> {
core.info('Using pnpm as package manager');
return new CommandBuilder()
.withCommand('pnpm')
.withArgs('nx')
.withArgs('run', 'nx', '--')
.build();
})
.catch(() => {
Expand Down

0 comments on commit f6d7972

Please sign in to comment.