Skip to content

Commit

Permalink
ci(release.yml): change monorepo linting script to full linter cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 12, 2023
1 parent bb3e494 commit beb6899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Build
run: pnpm build:ci

- name: Lint Monorepo and Related Files
run: pnpm lint:js
- name: Lint Monorepo
run: pnpm lint:mr

- name: Lint
run: pnpm lint:ci
Expand Down

0 comments on commit beb6899

Please sign in to comment.