diff --git a/.github/workflows/pull-request-build-check.yml b/.github/workflows/pull-request-build-check.yml index acb95670..eb07ab27 100644 --- a/.github/workflows/pull-request-build-check.yml +++ b/.github/workflows/pull-request-build-check.yml @@ -20,6 +20,9 @@ jobs: - name: Parcel/watcher run: npm i @parcel/watcher + - name: Node-Sass + run: npm i node-sass + - name: Install dependencies run: cd pwa && npm i