Skip to content

Commit

Permalink
fix(ci): Generate types when syncing Endo
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Nov 28, 2023
1 parent 08d9b4d commit bb068f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/get-packed-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ cd -- "$WORKDIR" 1>&2
# Install and build the source directory.
yarn install 1>&2
yarn build 1>&2

yarn lerna run build:types 1>&2

yarn --silent workspaces info | jq -r '.[].location' | while read -r dir; do
# Skip private packages.
echo "dir=$dir" 1>&2
Expand Down

0 comments on commit bb068f6

Please sign in to comment.