From 5b5ad48178a717ff662a2a514b849e5421149c68 Mon Sep 17 00:00:00 2001 From: Luis S Date: Tue, 25 Jun 2024 18:45:20 -0700 Subject: [PATCH] update actions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2df2641..19af0cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: node-version: 20 cache: 'npm' - name: Install dependencies - run: npm i + run: npm install working-directory: ./client - name: Build run: cd ./client && npm run dev