We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbae448 commit cc94930Copy full SHA for cc94930
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
echo "RENDERER_VITE_SENTRY_DSN=${{ vars.RENDERER_VITE_SENTRY_DSN }}" >> .env
77
78
- name: Install dependencies
79
- run: pnpm
+ run: pnpm i
80
81
- name: Build
82
run: pnpm build
0 commit comments