Skip to content

Commit

Permalink
Merge pull request #241 from ringcentral/WAT-2334
Browse files Browse the repository at this point in the history
Fix publishing error: npm ERR! code E402
  • Loading branch information
ArtMathArt committed Jun 26, 2023
2 parents 8460ae1 + 817f078 commit c1bf41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ async function task(pkg) {
await npmPublish({
package: path.join(pkg.location, 'package.json'),
token,
access: 'public'
});
published = true;
} catch (error) {
Expand Down

0 comments on commit c1bf41f

Please sign in to comment.