Skip to content

Commit

Permalink
test: applied fix suggested from vitejs/vite-plugin-react-swc#74
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulARanger committed Apr 23, 2024
1 parent 9cb59b5 commit 69951b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Installing the packages
working-directory: ./handshake-nodejs-reporters/packages/handshake-dashboard
run: npm install && npx playwright install --with-deps && npm i serve wait-on concurrently http-server
run: npm install && npx playwright install --with-deps && npm i @swc/cli @swc/core wait-on concurrently http-server

- name: Building storybook
working-directory: ./handshake-nodejs-reporters/packages/handshake-dashboard
Expand Down

0 comments on commit 69951b8

Please sign in to comment.