We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e5b3f commit 96be35bCopy full SHA for 96be35b
1 file changed
.github/workflows/deploy-docs.yml
@@ -29,13 +29,13 @@ jobs:
29
node-version: 20
30
cache: pnpm
31
32
- - run: pnpm install
+ - run: pnpm install --frozen-lockfile
33
34
- name: Build core
35
- run: pnpm --filter @snapfill/core build
+ run: pnpm --filter @snap-fill/core build
36
37
- name: Build docs
38
- run: pnpm --filter @snapfill/website build
+ run: pnpm --filter @snap-fill/website build
39
40
- uses: actions/upload-pages-artifact@v3
41
with:
0 commit comments