Skip to content

Commit

Permalink
chore: run build script after lint
Browse files Browse the repository at this point in the history
…because the lint script runs `tsc` which pollutes the "dist" folder.
  • Loading branch information
aleclarson committed Jun 30, 2024
1 parent 0c09f2e commit 71f1f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- run: pnpm install
- name: Run Tests
run: pnpm test
- name: Prepare Build
run: pnpm build
- name: Lint
run: pnpm lint
- name: Prepare Build
run: pnpm build
- uses: actions/cache@v3
with:
path: dist
Expand Down

0 comments on commit 71f1f15

Please sign in to comment.