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