a8trejo 1 год назад
Родитель
Сommit
82c26fdfc0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/changeset-release.yml

+ 1 - 1
.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