From b5427ac2d5e560b06c1aef2dbcf78f2360fcace7 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Mon, 22 Jan 2024 16:45:57 +0100 Subject: [PATCH] build --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e91270..2c2e394 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,7 @@ jobs: with: node-version: "16.x" - run: npm ci - - run: npm spellcheck - - run: npm test:build + - run: npm run test publish: if: github.ref == 'refs/heads/main' needs: test