Skip to content

Commit a54c0cc

Browse files
committed
test(ci): use new build target after removing old-yarn prepare
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
1 parent 54c0834 commit a54c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
uses: ./.github/actions/setup
6666

6767
- name: Build package
68-
run: yarn prepare
68+
run: yarn build

0 commit comments

Comments
 (0)