-
Notifications
You must be signed in to change notification settings - Fork 506
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 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 -- {@}\" --"

Metadata
Metadata
Assignees
Labels
No labels