/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/actions/run-build/action.yml
17 строк
495 B
Alexandre Bodin
chore: use rollup
23 янв 2025, 18:28
23 янв 2025, 18:28
92055a7
Код
Авторство
О чём код?
name: 'Monorepo build (yarn)' description: 'Run yarn build with cache enabled' runs: using: 'composite' steps: - name: ♻️ Restore build cache uses: actions/cache@v4 id: yarn-build-cache with: path: packages/**/dist key: yarn-build-cache-${{ github.sha }} - if: ${{ steps.yarn-build-cache.outputs.cache-hit != 'true' }} name: 📥 Run build shell: bash run: yarn nx run-many --targets build --nx-ignore-cycles --skip-nx-cache