We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7cf3d commit 47106afCopy full SHA for 47106af
1 file changed
.github/workflows/deploy.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Install dependencies
42
run: pnpm install --frozen-lockfile
43
44
+ - name: Build library
45
+ run: pnpm build
46
+
47
- name: Build documentation
48
run: pnpm docs:build
49
0 commit comments