Skip to content

Commit

Permalink
chore(package.json): add concurrency option for dev script (#992)
Browse files Browse the repository at this point in the history
close #990

# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
manudeli authored Jun 27, 2024
1 parent af960fc commit 5a34768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ci:test:watch": "turbo run test:watch --parallel",
"ci:type": "turbo run ci:type",
"clean": "turbo run clean",
"dev": "turbo run dev",
"dev": "turbo run dev --concurrency 20",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"graph": "rimraf ./graph && mkdir graph && turbo run build --graph=graph/index.html",
"packlint": "packlint sort -R",
Expand Down

0 comments on commit 5a34768

Please sign in to comment.