Skip to content

Commit

Permalink
chore(*): add publishConfig with provenance set to true in `pac…
Browse files Browse the repository at this point in the history
…kage.json` files
  • Loading branch information
lumirlumir committed Feb 18, 2025
1 parent f8e6dc6 commit 0e95443
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/clang-format-git-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"engines": {
"node": ">=16"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"postinstall": "shx test -d src && npm run build || npm run chmod",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/clang-format-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"engines": {
"node": ">=16"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"postinstall": "shx test -d src && npm run build || npm run chmod",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 3 additions & 0 deletions packages/clang-format-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"engines": {
"node": ">=16"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"postinstall": "shx test -d src && npm run build || npm run chmod",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 0e95443

Please sign in to comment.