From 795c8161e996da8707feafc3bfac953e52ede3e3 Mon Sep 17 00:00:00 2001 From: Roland Farkas Date: Tue, 21 Apr 2026 01:33:08 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20CI=20workflow=20=E2=80=94=20remove=20buil?= =?UTF-8?q?d=20step=20removed=20when=20switching=20from=20npm=20package=20?= =?UTF-8?q?to=20starter=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6357b5..b7b363a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,5 @@ jobs: run: npm run typecheck - name: Tests run: npm test - - name: Build - run: npm run build - name: Security audit run: npm audit --audit-level=high