Replies: 1 comment
-
Hi @tennox, you might want to look into the pnpm-install:
run: once
cmds:
- pnpm install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this kind of task setup:
I would expect
pnpm-install
to only run once, but it runs in parallel, and breaks because it doesn't support that:I get that running tasks in parallel makes sense, but I think if a dependency depends on the same task, it should only run that one once. 🤔
Beta Was this translation helpful? Give feedback.
All reactions