We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de454fe commit a666c14Copy full SHA for a666c14
2 files changed
.github/workflows/deploy-examples.yml
@@ -55,10 +55,6 @@ jobs:
55
with:
56
path: ~/.pnpm-store
57
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('pnpm-lock.yaml') }}
58
- restore-keys: |
59
- ${{ runner.os }}-build-${{ env.cache-name }}-
60
- ${{ runner.os }}-build-
61
- ${{ runner.os }}-
62
63
- name: 📥 Install dependencies (root)
64
run: pnpm install --frozen-lockfile
.github/workflows/deploy.yml
@@ -36,10 +36,6 @@ jobs:
36
37
38
39
40
41
42
43
- name: Install dependencies
44
45
- name: 📦 Build packages
0 commit comments