Skip to content

Commit

Permalink
fix(tests): use correct nx tasks for global unit tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 17, 2024
1 parent bc911de commit a5d4d03
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 @@ -143,7 +143,7 @@
"build": "nx run-many --target=build --exclude=demo,@redhat-cloud-services/frontend-components-pdf-generator,@redhat-cloud-services/frontend-components-charts",
"lint": "nx run-many -t lint --exclude=@redhat-cloud-services/frontend-components-pdf-generator,@redhat-cloud-services/frontend-components-charts",
"serve:demo": "nx run demo:serve",
"test:unit": "nx run-many -t test --exclude=demo",
"test:unit": "nx run-many -t test:unit --exclude=demo",
"test:component": "nx run-many -t test:component --exclude=demo ----parallel=1"
},
"description": "Components for Red Hat Cloud Services",
Expand Down

0 comments on commit a5d4d03

Please sign in to comment.