Skip to content

Commit

Permalink
chore: bunx -> npx
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 03e8a90 commit 1cb00f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- uses: oven-sh/setup-bun@v1

- run: bun run typecheck
- run: bun run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.10",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "https://github.com/risc0/risc0-ui"
Expand All @@ -9,7 +9,7 @@
"scripts": {
"bump:version": "bunx changelogen --bump --no-output",
"check": "bunx @biomejs/biome check . --apply-unsafe",
"prepare": "bunx husky",
"prepare": "npx husky",
"sort-package": "bunx sort-package-json 'package.json'",
"test": "bun test spec",
"typecheck": "tsc",
Expand Down

0 comments on commit 1cb00f2

Please sign in to comment.