Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio authored Jan 7, 2025
1 parent 95fc82d commit ff26bf1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
node-version: 20.18.0
cache: 'pnpm'

- name: Changeset
# https://github.com/changesets/changesets/issues/1048
run: pnpm dlx @changesets/cli status --since origin/main

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Changeset
# https://github.com/changesets/changesets/issues/1048
#run: pnpm dlx @changesets/cli status --since origin/main
run: pnpm changeset status --since origin/main

- name: Build
run: pnpm build

Expand Down

0 comments on commit ff26bf1

Please sign in to comment.