Skip to content

Commit

Permalink
ci: remove redundant dependency install in ci (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Nov 6, 2023
1 parent 776101f commit e61c249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e61c249

Please sign in to comment.