Skip to content

Commit

Permalink
helpers for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Dec 4, 2023
1 parent e68e4c4 commit c34cb11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@ publish-sqlsync-react: package-sqlsync-react

publish-sqlsync-reducer:
cd lib/sqlsync-reducer && cargo publish

publish-demo-backend:
cd demo/cloudflare-backend && pnpm wrangler-deploy

publish-demo-frontend: (package-sqlsync-worker "release") package-sqlsync-react
cd demo/frontend && pnpm release

0 comments on commit c34cb11

Please sign in to comment.