Skip to content

Commit

Permalink
ci: use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
msp5382 committed Dec 27, 2023
1 parent 3c0ba19 commit 3fbd1c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,599 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:

- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
version: 8

- name: Install dependencies
run: bun install

- name: Run build
run: bun build
run: bun run build
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
release:
uses: softnetics/workflows/.github/workflows/release-packages.yaml@main
with:
before-publish: npm run build
package-manager: npm
before-publish: bun run build
package-manager: bun
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 3fbd1c1

Please sign in to comment.