We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm create vue@latest
.env.ci
the second step i have try under command:
npm run build -- --mode ci
npm run build-only -- --mode ci
npm run build -- -- --mode ci
from this document, i think the build script need do some change
"build": "run-p type-check \"build-only {@}\" --" change to "build": "run-p type-check \"build-only -- {@}\" --"
"build": "run-p type-check \"build-only {@}\" --"
"build": "run-p type-check \"build-only -- {@}\" --"
The text was updated successfully, but these errors were encountered:
Different package managers (npm, yarn, pnpm & bun) are not handling CLI the same way.
Sorry, something went wrong.
Yes, as @Yordan-Ramchev pointed out, this is a duplicate of #393 Let's track the older one and close this one.
No branches or pull requests
npm create vue@latest
.env.ci
filethe second step i have try under command:
npm run build -- --mode ci
(not working)npm run build-only -- --mode ci
(working)npm run build -- -- --mode ci
(working)from this document, i think the build script need do some change
"build": "run-p type-check \"build-only {@}\" --"
change to"build": "run-p type-check \"build-only -- {@}\" --"
The text was updated successfully, but these errors were encountered: