Skip to content

Commit 4e0fda7

Browse files
authored
Merge pull request #355 from layer5io/353-add-install-step
ci(repo): add install step
2 parents db6d052 + 8a657c8 commit 4e0fda7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
registry-url: "https://registry.npmjs.org"
4040
scope: "@layer5"
4141

42+
- name: Install deps and build
43+
run: yarn
44+
4245
- name: Identify changed packages
4346
run: |
4447
CHANGED_PACKAGES=$(yarn lerna changed --json | jq -r '.[].name' || echo "Error parsing JSON")

0 commit comments

Comments
 (0)