Skip to content

Commit c252320

Browse files
authored
removes release debugging code from myself and @bartaz (#5718)
1 parent bb84a58 commit c252320

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/publish-on-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
with:
4444
node-version: 24
4545
registry-url: https://registry.npmjs.org/
46-
- run: npm --version
47-
- name: Update npm
48-
run: npm install -g npm@latest
49-
- run: npm --version
5046
- if: ${{ !github.event.release.prerelease }}
5147
run: npm publish
5248
- if: ${{ github.event.release.prerelease }}

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,5 @@
9595
},
9696
"peerDependencies": {
9797
"sass": "^1.79.0"
98-
},
99-
"publishConfig": {
100-
"access": "public",
101-
"provenance": true
10298
}
10399
}

0 commit comments

Comments
 (0)