Skip to content

Commit

Permalink
ACS-5290 Remove comma (#8634)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Jun 7, 2023
1 parent 9f3f6d0 commit 2ea8294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/build/npm-check-bundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eval projects=( "adf-core"
"adf-extensions"
"adf-testing"
"adf-process-services"
"adf-process-services-cloud",
"adf-process-services-cloud"
"eslint-plugin-eslint-angular" )

show_help() {
Expand Down

0 comments on commit 2ea8294

Please sign in to comment.