We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a31e6 + b0de231 commit 61e0a4bCopy full SHA for 61e0a4b
β.github/workflows/publication.ymlβ
@@ -40,6 +40,4 @@ jobs:
40
- name: Publish to npm
41
env:
42
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
43
- run: |
44
- bun publish
45
- echo "npm λ°°ν¬κ° μλ£λμμ΅λλ€."
+ run: bun publish --ignore-scripts # --ignore-scripts: skip prepare script (already ran in Build package step)
0 commit comments