10000 Use well-defined npm script names instead of custom · Issue #303 · vuejs/create-vue · GitHub
[go: up one dir, main page]

Skip to content
Use well-defined npm script names instead of custom #303
Open
@aentwist

Description

@aentwist

Description

npm provides both npm start and npm test. Use these instead of npm run dev and npm run test:unit.

Considerations

Maybe there are different layers of tests. So then keep test:unit + others, and add "test": "run-p test:unit ..."

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0