Skip to content

Commit

Permalink
fix(deploy): no publish provenance in geographic package
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 29, 2025
1 parent 908710a commit efca7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Geographic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"watch": "npm run transpile -- --watch",
"publish-latest": "npm publish --access public --tag=latest --provenance",
"prerelease-next": "npm version prerelease --preid next",
"publish-next": "npm publish --access public --tag=next"
"publish-next": "npm publish --access public --tag=next --provenance"
},
"files": [
"*.md",
Expand Down

0 comments on commit efca7a5

Please sign in to comment.