Skip to content

Commit 42d5c77

Browse files
committed
better release
1 parent 80c81ab commit 42d5c77

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
run: |
2020
cat << EOF > "$HOME/.npmrc"
2121
//registry.npmjs.org/:_authToken=$NPM_TOKEN
22+
23+
auto-install-peers=true
24+
legacy-peer-deps=true
25+
node-linker=hoisted
2226
EOF
2327
env:
2428
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ yarn-error.log*
3838
.turbo
3939

4040
.npm
41+
.npmrc
4142

4243
# Storybook build output
4344
storybook-static

0 commit comments

Comments
 (0)