From 69951b87839d8c1e7fc019566eb5a4212321a14e Mon Sep 17 00:00:00 2001 From: Rahul Date: Wed, 24 Apr 2024 00:21:43 +0530 Subject: [PATCH] test: applied fix suggested from https://github.com/vitejs/vite-plugin-react-swc/issues/74 --- .github/workflows/build-dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dashboard.yml b/.github/workflows/build-dashboard.yml index c6eaebf2..0ce66a1c 100644 --- a/.github/workflows/build-dashboard.yml +++ b/.github/workflows/build-dashboard.yml @@ -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