From 73601127b2da5ed0cb61d3b7e70bee48939ebe0b Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 19 Oct 2023 11:54:02 +0100 Subject: [PATCH] 7 --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 14a5f59..fa29db9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: npm ci - run: npm run lint - run: npm run coverage - run: npm publish