Skip to content

Commit

Permalink
yarn doesn't build, so add the prepack and pack steps
Browse files Browse the repository at this point in the history
Change-Id: I8a9ab7b47abc1eebf8f2651d91d2c4480457b618
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Sep 21, 2023
1 parent d515b84 commit d836a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 18.16.1
- name: Build chectl
run: yarn
run: yarn && yarn prepack && yarn pack-binaries --targets=linux-x64
- name: Run eslint
run: yarn lint
- name: Run unit tests
Expand All @@ -44,7 +44,7 @@ jobs:
with:
node-version: 18.16.1
- name: Build chectl
run: yarn
run: yarn && yarn prepack && yarn pack-binaries --targets=linux-x64
- name: Build README.md
run: yarn oclif readme
- name: Check README.md state
Expand Down

0 comments on commit d836a37

Please sign in to comment.