We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1534098 commit b873fddCopy full SHA for b873fdd
.github/workflows/check.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Install Turbo globally to ensure it's available
45
- name: Install Turbo globally
46
- run: npm install -g turbo
+ run: pnpm install -g turbo
47
48
- name: 💅🏻 Type Check, Lint and format
49
run: pnpm run check:all
0 commit comments