Skip to content

Commit 68e1d96

Browse files
committed
feat: add provenance for npm publish
1 parent a48dd35 commit 68e1d96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"release": true
5959
},
6060
"npm": {
61-
"skipChecks": true
61+
"skipChecks": true,
62+
"publishArgs": ["--provenance", "--access", "public"]
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)