Skip to content

Commit

Permalink
chore(package.json): update "dev" script to include additional filter…
Browse files Browse the repository at this point in the history
…s for turbo run dev command

The "dev" script in the package.json file has been updated to include additional filters for the turbo run dev command. This change allows for a more specific development environment by filtering only the specified modules (dicty-frontpage, stock-center, and publication) to be run in parallel.
  • Loading branch information
ktun95 committed Feb 27, 2024
1 parent 6a44e1b commit de50ff1
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 @@ -8,7 +8,7 @@
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"dev": "turbo run dev --filter=dicty-frontpage --filter=stock-center --filter=publication --parallel",
"dev:mock": "turbo run dev:mock --filter dicty-frontpage",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
Expand Down

0 comments on commit de50ff1

Please sign in to comment.