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 bb98e5b commit 4eef757
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eef757

Please sign in to comment.