We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939d785 commit ac3c8efCopy full SHA for ac3c8ef
tools/cli/commands/cli.js
@@ -47,7 +47,7 @@ function cliLink( options ) {
47
[
48
{
49
title: chalkJetpackGreen( `Enabling global access to the CLI` ),
50
- task: () => command( 'pnpm link --global', options.v, path.resolve( 'tools/cli' ) ),
+ task: () => command( 'pnpm link', options.v, path.resolve( 'tools/cli' ) ),
51
},
52
],
53
opts
0 commit comments