We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19b57f commit b12b508Copy full SHA for b12b508
.github/workflows/release.yml
@@ -137,6 +137,7 @@ jobs:
137
- run: npm install sass@${{ steps.version.outputs.version }}
138
working-directory: pkg/sass-parser/
139
140
+ - run: npm run compile
141
- run: npm publish
142
env:
143
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'
pkg/sass-parser/CHANGELOG.md
@@ -6,6 +6,9 @@
6
7
* Add support for parsing the `@if` and `@else` rules.
8
9
+* Fix the deploy of this package so that it actually contains the package's
10
+ compiled contents.
11
+
12
## 0.4.8
13
14
* Add support for parsing the `@mixin` rule.
0 commit comments