We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bebb4d commit 4addf88Copy full SHA for 4addf88
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: 'pnpm'
34
35
- name: 📥 Install Dependencies
36
- run: pnpm install --frozen-lockfile
+ run: pnpm install
37
38
- name: 🏗️ Build Standalone Artifact
39
env:
0 commit comments