From 2ea82946fd6f2ec9221fc1bec46bdacb0615d37e Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Wed, 7 Jun 2023 15:06:02 +0200 Subject: [PATCH] ACS-5290 Remove comma (#8634) --- scripts/github/build/npm-check-bundles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github/build/npm-check-bundles.sh b/scripts/github/build/npm-check-bundles.sh index 496de59bfe..88d501d017 100755 --- a/scripts/github/build/npm-check-bundles.sh +++ b/scripts/github/build/npm-check-bundles.sh @@ -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() {