File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2090,7 +2090,7 @@ const main = async () => {
20902090 return ;
20912091 }
20922092 execSync ( `echo "//registry.npmjs.org/:_authToken=${ npm_auth_token } " > .npmrc` , { stdio : "inherit" } ) ;
2093- execSync ( "yarn global add auto@11.0 .1" , { stdio : "inherit" } ) ;
2093+ execSync ( "yarn global add auto@11.1 .1" , { stdio : "inherit" } ) ;
20942094 execSync ( "yarn install --frozen-lockfile" , { stdio : "inherit" } ) ;
20952095 execSync ( "yarn build" , { stdio : "inherit" } ) ;
20962096 execSync ( 'git config user.email "[email protected] "' , { stdio :
"inherit" } ) ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const main = async () => {
1212 return ;
1313 }
1414 execSync ( `echo "//registry.npmjs.org/:_authToken=${ npm_auth_token } " > .npmrc` , { stdio : "inherit" } ) ;
15- execSync ( "yarn global add auto@11.0 .1" , { stdio : "inherit" } ) ;
15+ execSync ( "yarn global add auto@11.1 .1" , { stdio : "inherit" } ) ;
1616 execSync ( "yarn install --frozen-lockfile" , { stdio : "inherit" } ) ;
1717 execSync ( "yarn build" , { stdio : "inherit" } ) ;
1818 execSync ( 'git config user.email "[email protected] "' , { stdio :
"inherit" } ) ;
You can’t perform that action at this time.
0 commit comments