Skip to content

Commit

Permalink
Compile sass-parser before deploying (#2489)
Browse files Browse the repository at this point in the history
Previously this deployed an empty package.

Closes #2485
  • Loading branch information
nex3 authored Jan 14, 2025
1 parent b19b57f commit b12b508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
- run: npm install sass@${{ steps.version.outputs.version }}
working-directory: pkg/sass-parser/

- run: npm run compile
- run: npm publish
env:
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'
Expand Down
3 changes: 3 additions & 0 deletions pkg/sass-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

* Add support for parsing the `@if` and `@else` rules.

* Fix the deploy of this package so that it actually contains the package's
compiled contents.

## 0.4.8

* Add support for parsing the `@mixin` rule.
Expand Down

0 comments on commit b12b508

Please sign in to comment.