- Notifications
You must be signed in to change notification settings - Fork503
Closed as not planned
Description
- create new project with
npm create vue@latest - build static file with
.env.cifile
the 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 thisdocument, 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 -- {@}\" --"
Metadata
Metadata
Assignees
Labels
No labels