From 91d4726f262eb7111b49b30e6a4b9f4c871de1d3 Mon Sep 17 00:00:00 2001 From: Tom Theisel Date: Thu, 8 Sep 2022 07:21:16 +0100 Subject: [PATCH] fix: remove `--noEmit` flag Allow Typescript to emit files --- component/scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/scripts/ci.sh b/component/scripts/ci.sh index d5d700a..e33d194 100755 --- a/component/scripts/ci.sh +++ b/component/scripts/ci.sh @@ -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