mirror of
https://github.com/jonasrafa/kunkun-ext-fancy-text.git
synced 2025-04-03 17:56:44 +00:00
Configure npm registry for Bun publish workflow
This commit is contained in:
parent
e653a67566
commit
67325741ad
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- run: bun install
|
||||
- run: bun run build
|
||||
- run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user