diff --git a/.yarn/versions/e7f5fdea.yml b/.yarn/versions/e7f5fdea.yml new file mode 100644 index 000000000000..e95ed3a15995 --- /dev/null +++ b/.yarn/versions/e7f5fdea.yml @@ -0,0 +1,8 @@ +releases: + "@yarnpkg/plugin-pack": patch + +declined: + - "@yarnpkg/plugin-npm" + - "@yarnpkg/plugin-npm-cli" + - "@yarnpkg/plugin-typescript" + - "@yarnpkg/cli" diff --git a/packages/plugin-pack/sources/commands/pack.ts b/packages/plugin-pack/sources/commands/pack.ts index 6eea468f4c7b..d58941004e18 100644 --- a/packages/plugin-pack/sources/commands/pack.ts +++ b/packages/plugin-pack/sources/commands/pack.ts @@ -16,7 +16,7 @@ export default class PackCommand extends BaseCommand { details: ` This command will turn the active workspace into a compressed archive suitable for publishing. The archive will by default be stored at the root of the workspace (\`package.tgz\`). - If the \`-o,---out\` is set the archive will be created at the specified path. The \`%s\` and \`%v\` variables can be used within the path and will be respectively replaced by the package name and version. + If the \`-o,--out\` is set the archive will be created at the specified path. The \`%s\` and \`%v\` variables can be used within the path and will be respectively replaced by the package name and version. `, examples: [[ `Create an archive from the active workspace`,