Skip to content

Commit

Permalink
Merge pull request #355 from layer5io/353-add-install-step
Browse files Browse the repository at this point in the history
ci(repo): add install step
  • Loading branch information
nebula-aac authored Nov 17, 2023
2 parents db6d052 + 8a657c8 commit 4e0fda7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@layer5"

- name: Install deps and build
run: yarn

- name: Identify changed packages
run: |
CHANGED_PACKAGES=$(yarn lerna changed --json | jq -r '.[].name' || echo "Error parsing JSON")
Expand Down

0 comments on commit 4e0fda7

Please sign in to comment.