Skip to content

Commit

Permalink
chore(sass-embedded): [BLA-1192] Install sass-embedded in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sofeiyakalaimathy-tw committed Mar 10, 2025
1 parent 6e5da79 commit 9c549c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
./packages/**/node_modules
key: modules-${{ hashFiles('package-lock.json') }}

- name: Install sass-embedded
run: npm i -D sass-embedded

- name: Install dependencies
run: cd ./node_modules || npm ci

0 comments on commit 9c549c4

Please sign in to comment.