Skip to content

Commit

Permalink
chore: patch e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielik20 committed Feb 17, 2023
1 parent b97cd43 commit a5fb209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/nx-npm-e2e/tests/nx-npm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('nx-npm e2e', () => {

await runNxCommandAsync(
`generate @nrwl/node:lib ${plugin} --publishable --importPath ${plugin}`,
{ silenceError: true }, // TODO: try removing after version update
);
await runNxCommandAsync(`generate @ns3/nx-npm:npm --project ${plugin}`);

Expand Down

0 comments on commit a5fb209

Please sign in to comment.