Skip to content

Commit 6b1f64d

Browse files
committed
fix doc
1 parent 4023ff6 commit 6b1f64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: clean up working directory
3434
- run: npx @turbo/codemod update . && pnpm update --latest -r
3535
name: Update dependencies
36-
- run: pnpm build --filter @examples/app
36+
- run: pnpm build --filter @example/app
3737
name: Build all apps to make sure it is not broken due to dependency upgrades
3838
- name: Run unit tests
3939
run: pnpm test

0 commit comments

Comments
 (0)