From 4eef7573d96f2cdf1d33fd711f37205e154fb14c Mon Sep 17 00:00:00 2001 From: Remko Date: Fri, 5 Jan 2024 11:14:00 +0100 Subject: [PATCH] updated build check --- .github/workflows/pull-request-build-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-build-check.yml b/.github/workflows/pull-request-build-check.yml index 318c2a1a..a9ac1b08 100644 --- a/.github/workflows/pull-request-build-check.yml +++ b/.github/workflows/pull-request-build-check.yml @@ -23,9 +23,8 @@ jobs: - name: Install dependencies run: cd pwa && npm i - - name: Install sass - run: cd pwa/node_modules/@conduction/theme && npm i node-sass + run: cd pwa/node_modules/@conduction/theme/conduction-design-tokens && npm i node-sass - name: Build @conduction/theme run: cd pwa/node_modules/@conduction/theme && npm run build