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" \