Skip to content

Commit

Permalink
test(ci): use new build target after removing old-yarn prepare
Browse files Browse the repository at this point in the history
since yarn doesn't use `prepare` as a lifecycle script anymore, but
seeing it means you expect it to run on install, it is best to avoid the
name so it is clear you have to call it yourself as needed
  • Loading branch information
mikehardy committed Feb 4, 2025
1 parent 54c0834 commit a54c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
uses: ./.github/actions/setup

- name: Build package
run: yarn prepare
run: yarn build

0 comments on commit a54c0cc

Please sign in to comment.