Skip to content

Commit 581ec47

Browse files
committed
Optimize docs workflow
1 parent 50e65ce commit 581ec47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ jobs:
2929
git pull
3030
- run: npm i -g pnpm && pnpm i
3131
name: Install dependencies
32-
- name: Test
33-
run: npm test
3432
- run: git status && git clean -f -d && git status
3533
name: clean up working directory
3634
- run: npx @turbo/codemod update . && pnpm update --latest -r
3735
name: Update dependencies
38-
- run: pnpm build
36+
- run: pnpm build --filter @example/nextjs
3937
name: Build all apps to make sure it is not broken due to dependency upgrades
4038
- name: Run unit tests
4139
run: pnpm test

0 commit comments

Comments
 (0)