better-scripts icon indicating copy to clipboard operation
better-scripts copied to clipboard

How to execute multiple commands?

Open ihengshuai opened this issue 10 months ago • 1 comments

Hi, I want to run two commands at the same time with one command. What should I do?

{
  "test:e2e": {
    "alias": "Test Components",
    "command": "pnpm --filter ui test:e2e && pnpm example"
  },
}

ihengshuai avatar Aug 16 '23 03:08 ihengshuai