diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 568fa4b..b0aca25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,4 +40,3 @@ jobs: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: | bun run prepublishOnly - changeset publish diff --git a/package.json b/package.json index 695c493..232aee1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "homepage": "https://docs.celo.org/developer/web3", "repository": "https://github.com/celo-org/web3-plugin-transaction-types", "scripts": { - "prepublishOnly": "bun run clean && bun run build", + "prepublishOnly": "bun run clean && bun run build && changeset publish", "build": "bun run tsc -b .", "dev": "bun run tsc -b . --watch", "clean": "bun run tsc -b . --clean",