-
Notifications
You must be signed in to change notification settings - Fork 498
Closed as not planned
@ahkui
Description
- create new project with
npm create vue@latest
- build static file with
.env.ci
file
the second step i have try under command:
npm run build -- --mode ci
(not working)
imagenpm run build-only -- --mode ci
(working)
imagenpm run build -- -- --mode ci
(working)
image
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 -- {@}\" --"
image
Metadata
Metadata
Assignees
Labels
No labels