From 95235226138906d6045bbdf8c7fa516152ef155e Mon Sep 17 00:00:00 2001 From: kyle-ssg Date: Sun, 3 Mar 2024 10:40:36 +0000 Subject: [PATCH] Add tests --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0d01c11..8dcec57 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,5 +19,5 @@ jobs: node-version: '18.x' - run: npm i - - run: npm build + - run: npm run build - run: npm test