Skip to content

Commit 959c8ec

Browse files
committed
invalid yarn option ugh
1 parent 47faf4a commit 959c8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-api-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn build:api-published
3535

3636
- name: Generate diff
37-
run: yarn --silent compare:apis --isCI > /tmp/diff-current.txt || true
37+
run: yarn compare:apis --isCI > /tmp/diff-current.txt || true
3838

3939
# Check out snapshots repo so we can read the previous diff and commit the new one
4040
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)