Skip to content

Commit

Permalink
🔧 Improve concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour committed Oct 26, 2024
1 parent 742ab92 commit b8272c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:html": "bun run src/build.ts",
"dev:html": "bun run --watch src/build.ts",
"dev:serve": "serve dist",
"dev": "concurrently \"bun lint:fix\" \"bun dev:css\" \"bun dev:html\" \"bun dev:serve\"",
"build": "concurrently \"bun build:css\" \"bun build:html\""
"dev": "concurrently -p [{name}] -c red,blue,yellow,green bun:lint:fix bun:dev:css bun:dev:html bun:dev:serve",
"build": "concurrently -p [{name}] -c blue,yellow bun:build:css bun:build:html"
}
}

0 comments on commit b8272c8

Please sign in to comment.