We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec3b14 commit ebd9f6cCopy full SHA for ebd9f6c
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'],
32
testRepoOptions: {
33
branch: defaultRemoteBranchName,
34
registry: 'http://localhost:99999/',
0 commit comments