From 8da95f050511627a4c8e75da1b9946d93f0692dd Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Sat, 28 Dec 2024 12:51:10 +0100 Subject: [PATCH] ci: try to build --- .github/workflows/test-and-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 3dfbfa9..31aef18 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -32,6 +32,9 @@ jobs: - name: Compile run: npx tsc + - name: Try to build + run: npm run prepublishOnly + - name: Check source code with eslint run: npx eslint .