We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe1eaf commit fc92009Copy full SHA for fc92009
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: 22
25
- name: Install, test
26
run: |
27
- pnpm --ignore-scripts install
+ pnpm install
28
pnpm add concurrently
29
pnpm concurrently "pnpm test" "pnpm typecheck" "pnpm lint"
30
env:
0 commit comments