From 1fd1082ec5aac78ffba1c290637809426a77d97f Mon Sep 17 00:00:00 2001 From: Dag Frode Solberg Date: Tue, 14 Jan 2025 09:24:17 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Kj=C3=B8r=20lint=20f=C3=B8r=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index bbba63199a..ddfd8e5bed 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -15,8 +15,8 @@ jobs: with: node-version: 18 - run: npm install - - run: npm run build - run: npm run lint + - run: npm run build - run: npm test -- --ci - name: Build component overview page if: ${{ !github.event.pull_request.head.repo.fork }}