Skip to content

Commit

Permalink
ci: prepack to check dep tree
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 19, 2024
1 parent a438126 commit 00adafc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
- name: build API docs in markdown
run: yarn docs:markdown-for-agoric-documentation-repo

# Prepack (without cleanup per package) to ensure that type resolution in
# dependent packages continues to work when the typedefs are generated by
# their upstream packages. This helps avoid a situation in which the types
# only resolve because of the state of the local filesystem, and files
# when imported in an NPM node_modules tree.
- name: Pack packages
run: yarn lerna run --reject-cycles --concurrency 1 prepack

test:
name: test

Expand Down

0 comments on commit 00adafc

Please sign in to comment.