fix: Correct the 'build' command in the package.json file.#394
fix: Correct the 'build' command in the package.json file.#394mishengqiang wants to merge 1 commit intovuejs:mainfrom
Conversation
The package.json file is located at template/config/typescript/package.json.
|
Ah, I didn't consider pnpm and yarn. After testing, yarn performs the best – it passes parameters as expected regardless of whether |
|
Yes, that's why I don't know if we should change the default or not, or maybe there is a way to make it work with all package managers? |
|
Yeah, I think this should be resolved in the upstream |
I resolved it in the bcomnes/npm-run-all2#143. We can run |
Already merged in We can try to merge this PR now! |
|
Turns out this was a breaking change so I reverted. I need to consider this change a little bit more and at a minimum, put it out in a major release with notes on upgrading. |


The package.json file is located at template/config/typescript/package.json.
run-p type-check \"build-only {@}\" --->run-p type-check \"build-only -- {@}\" --#393