Skip to content

Commit

Permalink
fix: fix release script with yarn 4 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude authored Sep 2, 2023
1 parent d6a32b8 commit 09233b4
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 @@ -31,7 +31,7 @@
"g:check-dist": "yarn workspaces foreach --all -ptv run check-dist",
"g:check-size": "yarn workspaces foreach --all -ptv run check-size",
"g:check-pub": "yarn workspaces foreach --all -ptv run check-pub",
"g:check-package-dist": "yarn workspaces foreach --all -ptv --from 'packages/*' run check-dist",
"g:check-package-dist": "yarn workspaces foreach --worktree -ptv --from 'packages/*' run check-dist",
"g:release": "yarn g:build-release && yarn g:check-package-dist && yarn exec changeset publish",
"g:ci-coverage-upload": "yarn workspaces foreach --all -tv run ci-coverage-upload",
"clean:lint": "rimraf ./.cache/eslint",
Expand Down

0 comments on commit 09233b4

Please sign in to comment.