Skip to content

Commit

Permalink
chore: change test script to run-many
Browse files Browse the repository at this point in the history
  • Loading branch information
gurisko committed May 14, 2024
1 parent c51b2f4 commit 1d55443
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 @@ -28,7 +28,7 @@
"nx": "nx",
"nx:update": "nx migrate latest",
"start": "nx serve",
"test": "nx test",
"test": "nx run-many --all -t test",
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
Expand Down

0 comments on commit 1d55443

Please sign in to comment.