Skip to content

Commit

Permalink
dont write npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Mar 18, 2024
1 parent cd1e6b8 commit a56d25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/npm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def publish_npm_package(
if not changed:
return

with open(src / '.npmrc', 'w') as file:
file.write(f'registry=https://registry.npmjs.org')
# with open(src / '.npmrc', 'w') as file:
# file.write(f'registry=https://registry.npmjs.org')

environ['NODE_AUTH_TOKEN'] = npm_access_token

Expand Down

0 comments on commit a56d25d

Please sign in to comment.