You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the npm command npm run build -- --mode test, the "@" placeholder only accepts "test", and the "--mode" is missing.
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.
The text was updated successfully, but these errors were encountered:
mishengqiang
changed the title
The 'build' command in the template/config/typescript/package.json file may contain errors.
The 'build' command in the template/config/typescript/package.json file may be incorrect.
Nov 29, 2023
When I execute the npm command
npm run build -- --mode test
, the "@" placeholder only accepts "test", and the "--mode" is missing.When I modified the build command to "run-p type-check "build-only -- {@}" --" (added
--
after build-only), executing the npm commandnpm run build -- --mode test
was successful.The text was updated successfully, but these errors were encountered: