Skip to content

Commit

Permalink
updated build check
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 5, 2024
1 parent b94b051 commit bb98e5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb98e5b

Please sign in to comment.