diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index edfaed3..7051b52 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -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}} \ No newline at end of file diff --git a/package.json b/package.json index 1633652..9fa4a40 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",