Skip to content

Commit 1f867b4

Browse files
committed
fix: release versions in bun.lock (again)
1 parent f4d1782 commit 1f867b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-quick-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"release": false
119119
},
120120
"hooks": {
121-
"after:bump": "bun tsc && bun lint && bun format && bun prepare"
121+
"after:bump": "cd ../.. && bun i && cd packages/react-native-quick-crypto && bun tsc && bun lint && bun format && bun prepare"
122122
},
123123
"plugins": {
124124
"@release-it/bumper": {

0 commit comments

Comments
 (0)