We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e65ce commit 581ec47Copy full SHA for 581ec47
.github/workflows/docs.yml
@@ -29,13 +29,11 @@ jobs:
29
git pull
30
- run: npm i -g pnpm && pnpm i
31
name: Install dependencies
32
- - name: Test
33
- run: npm test
34
- run: git status && git clean -f -d && git status
35
name: clean up working directory
36
- run: npx @turbo/codemod update . && pnpm update --latest -r
37
name: Update dependencies
38
- - run: pnpm build
+ - run: pnpm build --filter @example/nextjs
39
name: Build all apps to make sure it is not broken due to dependency upgrades
40
- name: Run unit tests
41
run: pnpm test
0 commit comments