-
Notifications
You must be signed in to change notification settings - Fork 495
Open
@mishengqiang
Description
When I execute the npm command npm run build -- --mode test
, the "@" placeholder only accepts "test", and the "--mode" is missing.
image
When I modified the build command to "run-p type-check "build-only -- {@}" --" (added --
after build-only), executing the npm command npm run build -- --mode test
was successful.
image
Metadata
Metadata
Assignees
Labels
No labels