Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output with wildcards #389

Closed
tjx666 opened this issue Nov 19, 2022 · 1 comment
Closed

output with wildcards #389

tjx666 opened this issue Nov 19, 2022 · 1 comment

Comments

@tjx666
Copy link

tjx666 commented Nov 19, 2022

Versions:

"concurrently": "^7.5.0"

scripts:

{
        "dev": "pnpm run clear && cross-env NODE_ENV=development concurrently \"npm:dev:*\"",
        "dev:prepare": "tsx scripts/prepare.ts",
        "dev:web": "vite",
        "build:prepare": "tsx scripts/prepare.ts",
        "clear": "rimraf extension/dist extension/manifest.json extension.*"
    }

run script:

pnpm run dev

output:

image

@paescuj
Copy link
Collaborator

paescuj commented Nov 19, 2022

This has been fixed in #385 and I expect that it will be available under a new release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants