From e61c249f6a5cfde29699b99c5a01cfe018600faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Bjerke?= Date: Mon, 6 Nov 2023 11:37:49 +0100 Subject: [PATCH] ci: remove redundant dependency install in ci (#1757) --- .github/workflows/typescript.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 45b0cd952..31304b50d 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -90,7 +90,6 @@ jobs: PORT: 8080 HOST: 127.0.0.1 run: | - npm install concurrently http-server wait-on npx playwright install npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \ "npx http-server storybook-static --port $PORT -a $HOST" \