From 482b30173fdcdeb9dd84e7e2bc1a59b525818b3c Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 5 Jan 2023 11:56:09 +0200 Subject: [PATCH] chore: fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00f885b..42ce780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: npm ci - name: 🚧 Build project - run: npm build + run: npm run build - name: 🧪 Test project - run: npm test + run: npm run test