Skip to content

Commit f628d11

Browse files
authored
Change build command to 'pnpm dev:build'
1 parent d3a8f7a commit f628d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: pnpm install
1919

20-
- run: pnpm build
20+
- run: pnpm dev:build
2121

2222
- run: pnpm docs:build
2323

0 commit comments

Comments
 (0)