Conversation
|
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| ### --sequential | ||
|
|
||
| Run the specified scripts one by one. |
There was a problem hiding this comment.
This line was copied from pnpm help run.
|
|
||
| ### --sequential | ||
|
|
||
| Run the specified scripts one by one. |
There was a problem hiding this comment.
I think it'd be good to explicitly clarify how this works with pnpm run "/regex/" as you're not specifying an order then (afaik it uses the order of the scripts in package.json)
There was a problem hiding this comment.
@zkochan Is the execution order an implementation detail, undefined behavior, or part of the spec?
|
Since I see there's an option for |
|
No, which is why I really want this documented. If you're using |
Resolves pnpm/pnpm#9578