Skip to content

vue template script buggy #472

@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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions