Skip to content

Commit 3412d86

Browse files
committed
just fix release script for y-dexie
1 parent 367301e commit 3412d86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

addons/y-dexie/tools/release-y-dexie.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
cd ../..
33
pnpm install
44
pnpm build
5-
cd ../../addons/y-dexie
5+
cd -
66
pnpm install
77
pnpm build
8+
pnpm test
89
echo "All built. To publish, run 'pnpm publish [--tag test|next]'"

0 commit comments

Comments
 (0)