You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dev:
🐛 Defer script loading in vanilla example
💫 Reduce vibration intensity
🐛 Fix `modalWalletConfig` that can be undefined
🐛 Fix double publish for good
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"build:infra": "sst build --stage dev",
10
10
"build:sdk": "dirs=(core legacy react components); for d in ${dirs[@]}; do bun run --cwd sdk/${d} build; done",
11
11
"changeset": "changeset",
12
-
"changeset:release": "dirs=(core legacy react components); for d in ${dirs[@]}; do bun run --cwd sdk/${d} publish; done",
12
+
"changeset:release": "dirs=(core legacy react components); for d in ${dirs[@]}; do bun run --cwd sdk/${d} publish && bun publish --cwd sdk/${d}; done",
13
13
"changeset:version": "changeset version && bun install --lockfile-only",
0 commit comments