We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fda057 commit c07b5c7Copy full SHA for c07b5c7
1 file changed
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install dependencies
45
working-directory: site
46
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --enable-scripts
47
48
- name: Build website
49
0 commit comments