Skip to content

Commit ac3c8ef

Browse files
committed
pnpm link is always global now
1 parent 939d785 commit ac3c8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/commands/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function cliLink( options ) {
4747
[
4848
{
4949
title: chalkJetpackGreen( `Enabling global access to the CLI` ),
50-
task: () => command( 'pnpm link --global', options.v, path.resolve( 'tools/cli' ) ),
50+
task: () => command( 'pnpm link', options.v, path.resolve( 'tools/cli' ) ),
5151
},
5252
],
5353
opts

0 commit comments

Comments
 (0)