Skip to content

Commit

Permalink
update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
wernst committed Nov 1, 2023
1 parent 8b94c51 commit ca0ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"scripts": {
"build:packages": "turbo build --filter=\"@triplit/*\" --force",
"release:packages": "yarn build:packages && yarn workspace @triplit/db run publish-pkg && yarn workspace @triplit/client run publish-pkg && yarn workspace @triplit/react run publish-pkg && yarn tag:packages",
"release:packages": "yarn build:packages && yarn workspace @triplit/db run publish-pkg && yarn workspace @triplit/client run publish-pkg && yarn workspace @triplit/react run publish-pkg && yarn workspace @triplit/server-core run publish-pkg && yarn workspace @triplit/server run publish-pkg && yarn workspace @triplit/console run publish-pkg && yarn workspace @triplit/cli run publish-pkg && yarn tag:packages",
"tag:packages": "git pull --tags -f && yarn changeset tag",
"lint": "yarn workspaces foreach --all run lint",
"version": "yarn changeset version && yarn install --mode update-lockfile",
Expand Down

0 comments on commit ca0ddc6

Please sign in to comment.