Skip to content

Commit b12b508

Browse files
authored
Compile sass-parser before deploying (#2489)
Previously this deployed an empty package. Closes #2485
1 parent b19b57f commit b12b508

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
- run: npm install sass@${{ steps.version.outputs.version }}
138138
working-directory: pkg/sass-parser/
139139

140+
- run: npm run compile
140141
- run: npm publish
141142
env:
142143
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'

pkg/sass-parser/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

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

9+
* Fix the deploy of this package so that it actually contains the package's
10+
compiled contents.
11+
912
## 0.4.8
1013

1114
* Add support for parsing the `@mixin` rule.

0 commit comments

Comments
 (0)