Skip to content

Commit 2a17648

Browse files
committed
fix: release script
1 parent e6b6a2f commit 2a17648

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.changeset/fair-glasses-behave.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@chainify/bitcoin': patch
3+
'@chainify/bitcoin-ledger': patch
4+
'@chainify/client': patch
5+
'@chainify/errors': patch
6+
'@chainify/evm': patch
7+
'@chainify/evm-contracts': patch
8+
'@chainify/evm-ledger': patch
9+
'@chainify/hw-ledger': patch
10+
'@chainify/logger': patch
11+
'@chainify/near': patch
12+
'@chainify/solana': patch
13+
'@chainify/terra': patch
14+
'@chainify/types': patch
15+
'@chainify/utils': patch
16+
---
17+
18+
- fix script

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"changeset": "changeset",
5757
"version": "yarn changeset version",
5858
"release": "yarn workspaces foreach --from '@chainify/*' npm publish --access public",
59-
"changeset-release": "yarn build --force && yarn changeset publish",
59+
"changeset-release": "yarn changeset publish",
6060
"release:beta": "yarn release --tag beta",
6161
"tag": "yarn changeset tag",
6262
"docs": "typedoc"

0 commit comments

Comments
 (0)