Skip to content

Commit

Permalink
fixup! Consolidate SDK repositories and improve tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
haysch committed Feb 28, 2025
1 parent fa95f6e commit af347c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:nodejs": "cd packages/nodejs && npm run build && cd ../..",
"build:csharp": "npm run format:csharp && cd packages/dotnet && dotnet build Criipto.Signatures.sln && cd ../..",
"tag": "source bump-versions.sh",
"tag:post": "git push && git push --tags"
"tag:post": "git push --follow-tags --atomic"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit af347c7

Please sign in to comment.