From c5a1dc4085d4d8f58acb1d5a6e71ebe8787b18d9 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Thu, 20 Jun 2024 23:24:35 +0200 Subject: [PATCH] Fix e2e step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7146b9..4b01a5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: node-version: ${{ env.PRIMARY_NODEJS_VERSION }} cache: "npm" - run: npm ci + - run: npm run transpile - run: npm run bundle - run: npm run test:e2e