Skip to content

Commit

Permalink
fix: deps conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 25, 2025
1 parent c4ce12d commit 347085e
Show file tree
Hide file tree
Showing 2 changed files with 2,304 additions and 1,328 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
with:
node-version: '18.19.0'
registry-url: 'https://registry.npmjs.org'
- name: Install global Sass
run: npm i sass -g
- name: Install global sass and postcss
run: npm i sass postcss -g
- name: Build dist
run: npm run dist
- name: Build demo
Expand Down
Loading

0 comments on commit 347085e

Please sign in to comment.