We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb84a58 commit c252320Copy full SHA for c252320
.github/workflows/publish-on-release.yml
@@ -43,10 +43,6 @@ jobs:
43
with:
44
node-version: 24
45
registry-url: https://registry.npmjs.org/
46
- - run: npm --version
47
- - name: Update npm
48
- run: npm install -g npm@latest
49
50
- if: ${{ !github.event.release.prerelease }}
51
run: npm publish
52
- if: ${{ github.event.release.prerelease }}
package.json
@@ -95,9 +95,5 @@
95
},
96
"peerDependencies": {
97
"sass": "^1.79.0"
98
- },
99
- "publishConfig": {
100
- "access": "public",
101
- "provenance": true
102
}
103
0 commit comments