Skip to content

Commit 3cf4910

Browse files
committed
fix
1 parent 745ff00 commit 3cf4910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__e2e__/publishGit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('publish command (git)', () => {
2828
const cwd = repoOptions?.path || repo!.rootPath;
2929
const parsedOptions = getParsedOptions({
3030
cwd,
31-
argv: ['node', 'beachball', 'publish', '--yes', '--package', 'foo'],
31+
argv: ['node', 'beachball', 'publish'],
3232
testRepoOptions: {
3333
branch: defaultRemoteBranchName,
3434
registry: 'http://localhost:99999/',

0 commit comments

Comments
 (0)