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.
1 parent 61e3a30 commit fd8d216Copy full SHA for fd8d216
.github/workflows/publication.yml
@@ -42,4 +42,4 @@ jobs:
42
bun run build:lib
43
44
- name: Publish to npm
45
- run: bunx npm publish --provenance --ignore-scripts # --provenance: OIDC 인증 및 출처 증명, --ignore-scripts: skip prepare script (already ran in Build package step)
+ run: npm publish --provenance --ignore-scripts # --provenance: OIDC 인증 및 출처 증명, --ignore-scripts: skip prepare script (already ran in Build package step)
0 commit comments