We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745ff00 commit a12984fCopy full SHA for a12984f
1 file changed
src/__e2e__/publishGit.test.ts
@@ -28,7 +28,7 @@ describe('publish command (git)', () => {
28
const cwd = repoOptions?.path || repo!.rootPath;
29
const parsedOptions = getParsedOptions({
30
cwd,
31
- argv: ['node', 'beachball', 'publish', '--yes', '--package', 'foo'],
+ argv: ['node', 'beachball', 'publish', '--yes'],
32
testRepoOptions: {
33
branch: defaultRemoteBranchName,
34
registry: 'http://localhost:99999/',
0 commit comments