mirror of
https://github.com/zoriya/v10.git
synced 2026-08-09 23:58:06 +00:00
chore(ci): add turbo caching and replace size-limit (#524)
This commit is contained in:
@@ -55,6 +55,15 @@ jobs:
|
||||
if: ${{ steps.release.outputs.releases_created == 'true' }}
|
||||
run: pnpm i --frozen-lockfile
|
||||
|
||||
- name: Cache turbo build setup
|
||||
if: ${{ steps.release.outputs.releases_created == 'true' }}
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: .turbo
|
||||
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-turbo-
|
||||
|
||||
- name: Clean
|
||||
if: ${{ steps.release.outputs.releases_created == 'true' }}
|
||||
run: pnpm clean
|
||||
|
||||
Reference in New Issue
Block a user