Skip to content

vue template script buggy #472

Closed as not planned
Closed as not planned
@ahkui

Description

@ahkui
  1. create new project with npm create vue@latest
  2. build static file with .env.ci file

the second step i have try under command:

  • npm run build -- --mode ci (not working)
    image
  • npm run build-only -- --mode ci (working)
    image
  • npm 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions