Skip to content

Commit

Permalink
run builds in order
Browse files Browse the repository at this point in the history
  • Loading branch information
wernst committed Jul 24, 2023
1 parent b0c409d commit 784c1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"packages/*"
],
"scripts": {
"build:packages": "yarn workspaces foreach --all run build",
"release:packages": "yarn build:packages && yarn workspaces foreach --all run publish-pkg && yarn tag:packages",
"build:packages": "yarn workspace @triplit/db run build && yarn workspace @triplit/client run build && yarn workspace @triplit/react run build",
"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",
"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 784c1e8

Please sign in to comment.