Skip to content

Commit 2ed9426

Browse files
committed
Update the script to upgrade the vanjs-core version for "bun-examples/hydration" as well
1 parent f43b7d1 commit 2ed9426

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/update-vanjs-npm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ for d in $(ls examples); do(
1313
cd examples/$d
1414
npm update vanjs-core -S
1515
)done
16+
17+
cd ../bun-examples/hydration
18+
npm update vanjs-core -S

0 commit comments

Comments
 (0)