Skip to content

Commit 61e0a4b

Browse files
authored
Merge pull request #730 from DaleStudy/publish-ignore-scripts
λ°œν–‰ μ›Œν¬ν”Œλ‘œμš°μ—μ„œ bun publish μ‹€ν–‰ μ‹œ scripts λ¬΄μ‹œ
2 parents 89a31e6 + b0de231 commit 61e0a4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

β€Ž.github/workflows/publication.ymlβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ jobs:
4040
- name: Publish to npm
4141
env:
4242
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
43-
run: |
44-
bun publish
45-
echo "npm 배포가 μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€."
43+
run: bun publish --ignore-scripts # --ignore-scripts: skip prepare script (already ran in Build package step)

0 commit comments

Comments
Β (0)