Skip to content

Commit

Permalink
fix .d.ts files being emitted when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Jan 14, 2024
1 parent b5e2c0b commit 0d87e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -ex
eslint .
tsc
tsc --project src
tsc --project src --noEmit --emitDeclarationOnly false

0 comments on commit 0d87e53

Please sign in to comment.