Skip to content

Commit

Permalink
chore: add publish registry config to yarnrc (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Nov 3, 2023
1 parent 1b1e004 commit e237f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# set up yarn
echo 'nodeLinker: node-modules' >> .yarnrc.yml
echo 'npmRegistryServer: https://registry.npmmirror.com' >> .yarnrc.yml
echo 'npmPublishRegistry: https://registry.yarnpkg.com' >> .yarnrc.yml

# remove ^ from package.json
# do not use sed -i, it behaves differently on Linux and MacOS
Expand Down

0 comments on commit e237f12

Please sign in to comment.