Skip to content

Commit

Permalink
fix(ci): fix script order for changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Aug 16, 2024
1 parent 23f82fa commit 56a8b0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build Packages
run: pnpm run build

- name: Test Packages
run: pnpm run ci:test

- name: Build Packages
- name: Lint Packages
run: pnpm run lint

- name: Build Packages
- name: Typecheck Packages
run: pnpm run typecheck

- name: Build Packages
run: pnpm run build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 56a8b0f

Please sign in to comment.