From b7ad1f3ca2ba13c0fa2996f16ab39ded4f42e4c0 Mon Sep 17 00:00:00 2001 From: "Juan E. Arango Ossa" Date: Tue, 19 Dec 2023 17:08:02 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20try=20to=20fix=20deploy=20github=20?= =?UTF-8?q?action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c39c4b..6b6871a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,10 +22,10 @@ jobs: run: npm ci - name: Build and Compile - run: npm build + run: npm run build - name: Run Tests - run: npm test + run: npm run test - name: Deploy run: npx serverless deploy