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 e75c501 commit 73dd02eCopy full SHA for 73dd02e
.github/workflows/docs.yml
@@ -20,12 +20,8 @@ jobs:
20
with:
21
registry-url: https://registry.npmjs.org
22
node-version: 20
23
- - run: npm i -g pnpm && pnpm i
+ - run: npm i -g pnpm
24
name: Install dependencies
25
- - name: Test
26
- run: pnpm build && pnpm test
27
- - run: git stash --include-untracked
28
- name: clean up working directory
29
- run: npx @turbo/codemod update . && pnpm update --latest -r
30
name: Update dependencies
31
- run: pnpm build
0 commit comments