There was an error while loading. Please reload this page.
1 parent 8bb6140 commit 4a32b55Copy full SHA for 4a32b55
2 files changed
.github/workflows/publish-npm.yml
@@ -29,7 +29,6 @@ jobs:
29
uses: actions/setup-node@v4
30
with:
31
node-version: 22
32
- registry-url: "https://registry.npmjs.org"
33
34
- name: Install Dependencies
35
run: bun install
package.json
@@ -76,6 +76,7 @@
76
"sideEffects": false,
77
"publishConfig": {
78
"access": "public",
79
+ "provenance": true,
80
"registry": "https://registry.npmjs.org/"
81
},
82
"scripts": {
0 commit comments