Skip to content

Commit

Permalink
Releasing dexie-cloud-addon@4.0.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Mar 20, 2024
1 parent 057b257 commit 3265585
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dexie-cloud/package.json
@@ -1,6 +1,6 @@
{
"name": "dexie-cloud-addon",
"version": "4.0.1-beta.58",
"version": "4.0.1-rc.1",
"description": "Dexie addon that syncs with to Dexie Cloud",
"main": "dist/umd/dexie-cloud-addon.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions addons/dexie-cloud/tools/release-dexie-cloud-addon.sh
@@ -0,0 +1,11 @@
#!/bin/bash -e
cd ../..
pnpm install
pnpm build
cd libs/dexie-cloud-common
pnpm install
pnpm build
cd ../../addons/dexie-cloud
pnpm install
pnpm build
echo "All built. To publish, run 'pnpm publish [--tag test|next]'"

0 comments on commit 3265585

Please sign in to comment.