Skip to content

Commit

Permalink
im sleep deprived part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloanan committed Jul 6, 2023
1 parent cef25c0 commit abe9638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm
- run: pnpm install
- run: pnpm lint

tsc:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm
- run: pnpm install
- run: pnpm tsc --noEmit

build:
Expand All @@ -46,5 +46,5 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm
- run: pnpm install
- run: pnpm build

0 comments on commit abe9638

Please sign in to comment.