From bb98e5be913d0e5fe202323dd8b25be69c4435e9 Mon Sep 17 00:00:00 2001 From: Remko Date: Fri, 5 Jan 2024 11:10:39 +0100 Subject: [PATCH] updated build check --- .github/workflows/pull-request-build-check.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-build-check.yml b/.github/workflows/pull-request-build-check.yml index 869401ec..318c2a1a 100644 --- a/.github/workflows/pull-request-build-check.yml +++ b/.github/workflows/pull-request-build-check.yml @@ -20,12 +20,13 @@ jobs: - name: Parcel/watcher run: npm i @parcel/watcher - - name: Install sass - run: npm i node-sass - - name: Install dependencies run: cd pwa && npm i + + - name: Install sass + run: cd pwa/node_modules/@conduction/theme && npm i node-sass + - name: Build @conduction/theme run: cd pwa/node_modules/@conduction/theme && npm run build