From 18d7dffd6374d70e489799cf0c00c47d8d86335a Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 6 Dec 2023 14:29:30 +0100
Subject: [PATCH] Update showcase scripts

---
 alfa-client/package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/alfa-client/package.json b/alfa-client/package.json
index b55f822b55..85b098c2c0 100644
--- a/alfa-client/package.json
+++ b/alfa-client/package.json
@@ -8,9 +8,9 @@
 		"start-for-screenreader": "nx run alfa:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
 		"start:devbe": "nx run alfa:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
 		"build": "nx run alfa:build",
-		"start:showcase": "run-p panda:watch debug:showcase",
-		"panda:watch": "panda --watch --config apps/showcase/panda.config.mjs",
-		"debug:showcase": "nx serve showcase",
+		"start:showcase": "run-p panda:showcase:watch serve:showcase",
+		"panda:showcase:watch": "panda --watch --config apps/showcase/panda.config.mjs",
+		"serve:showcase": "nx serve showcase",
 		"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
 		"test:cov": "jest --coverage",
 		"test:lib": "nx test ${npm_config_lib} --watchAll",
-- 
GitLab