diff --git a/alfa-client/package.json b/alfa-client/package.json
index b55f822b55649a2728fb4d98d11109ad9057eb50..85b098c2c04e9ee8f70c4ed51bbf68606d58d3a5 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",