fixing install command

This commit is contained in:
a8trejo
2024-12-16 16:10:16 -08:00
parent dfc4ec06b8
commit 82c26fdfc0

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