Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 21, 2024
1 parent 821f6bb commit bb98813
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Install Dart Sass
run: sudo snap install dart-sass

- name: Run dist
run: npm run dist

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Install Dart Sass
run: sudo snap install dart-sass

- name: Build CSS
run: npm run css

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

- run: java -version

- name: Install Dart Sass
run: sudo snap install dart-sass

- name: Install npm dependencies
run: npm ci

- name: Install Dart Sass
run: sudo snap install dart-sass

- name: Build docs
run: npm run docs-build

Expand Down

0 comments on commit bb98813

Please sign in to comment.