Merge pull request #140 from RooVetGit/chores/remove-ai-releases

Fixing install command in changeset workflow
This commit is contained in:
Abel Trejo Pineda
2024-12-16 18:17:15 -06:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm run install:all
# Check if there are any new changesets to process # Check if there are any new changesets to process
- name: Check for changesets - name: Check for changesets