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 4eef757 commit dd9e272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,12 @@ jobs:
- name: Parcel/watcher
run: npm i @parcel/watcher

- name: Install sass
run: npm install -g node-sass

- name: Install dependencies
run: cd pwa && npm i

- name: Install 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

Expand Down

0 comments on commit dd9e272

Please sign in to comment.