Skip to content

Commit

Permalink
fix: remove --noEmit flag
Browse files Browse the repository at this point in the history
Allow Typescript to emit files
  • Loading branch information
theisel committed Sep 8, 2022
1 parent 7ba0e57 commit 91d4726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/scripts/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
pnpm compile --noEmit # Check for Typescript errors
pnpm compile # Check for Typescript errors
pnpm check # Check for Astro errors
pnpm test:lib
pnpm test:component

0 comments on commit 91d4726

Please sign in to comment.