Skip to content

How can I run a command directly without creating a new script for it #254

Open
@laterdayi

Description

@laterdayi

How can I run a command directly without creating a new script for it

Now run-p needs this

 build: 'run-p type-check build-only',
 'build-only': 'vite build',
 'type-check': 'vue-tsc --noEmit',

How do I run a command directly without creating a new script for it

example

 build: 'run-p 'vue-tsc --noEmit'  vite build'

And now it says

> run-p 'vue-tsc --noEmit' vite build 
 
ERROR: Invalid Option: --noEmit'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions