From 82c26fdfc064042b241ab0945987a02268f2282e Mon Sep 17 00:00:00 2001 From: a8trejo Date: Mon, 16 Dec 2024 16:10:16 -0800 Subject: [PATCH] fixing install command --- .github/workflows/changeset-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 2214187..2a002c7 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -35,7 +35,7 @@ jobs: cache: 'npm' - name: Install Dependencies - run: npm install + run: npm run install:all # Check if there are any new changesets to process - name: Check for changesets