Skip to content

Commit

Permalink
add --noCheck to emit-declarations.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 21, 2024
1 parent 208efec commit 047fe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/emit-declarations.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
set -ex
tsc --project src --emitDeclarationOnly --noEmit false
tsc --project src --emitDeclarationOnly --noEmit false --noCheck

0 comments on commit 047fe38

Please sign in to comment.