mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
build packages before sync
This commit is contained in:
@@ -15,7 +15,21 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# potentially a build step here
|
- name: Cache pnpm modules
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.pnpm-store
|
||||||
|
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
- uses: pnpm/action-setup@v2.2.4
|
||||||
|
with:
|
||||||
|
run_install: true
|
||||||
|
- name: Build packages
|
||||||
|
run: pnpm build
|
||||||
- name: Sync
|
- name: Sync
|
||||||
run: .github/sync-to-mirrors.sh
|
run: .github/sync-to-mirrors.sh
|
||||||
env:
|
env:
|
||||||
|
|||||||
Generated
+470
-1161
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user