Skip to content

Commit

Permalink
chore: echo npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 29, 2025
1 parent b90c7a5 commit 90135ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"publish-latest": "npm publish --access public --tag=latest --provenance",
"prerelease-next": "npm version prerelease --preid next && npm run update-package",
"publish-next": "npm publish --access public --tag=next --provenance",
"update-package": "npm remove @gchoqueux/geographic && npm install @gchoqueux/geographic@$npm_package_version --save"
"update-package": "npm remove @gchoqueux/geographic && echo $npm_package_name && echo $npm_package_version && npm install @gchoqueux/geographic@$npm_package_version --save"
},
"c8": {
"exclude": [
Expand Down

0 comments on commit 90135ba

Please sign in to comment.