From b3ddc77581e376ec13802ffd96e1ea68851520e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Fri, 6 May 2022 11:51:35 +0200 Subject: [PATCH] Fix error in CI --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 966d352..a5e8df8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,8 +68,12 @@ jobs: node-version: 16.x - name: Install dependencies run: npm ci - - name: Sanity check - run: run-s build examples test + - name: Build + run: npm run build + - name: Run examples + run: npm run examples + - name: Test + run: npm test - name: Deploy to NPM uses: JS-DevTools/npm-publish@v1.4.3 with: