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
commit 0592aab39f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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