Skip to content

Commit

Permalink
fix: try cleanup, test multiple at once
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Dec 29, 2023
1 parent 12fc5e9 commit 3c57dc3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion sdks/sdk-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@

This code is shared across Uniswap TypeScript SDKs.


7 changes: 6 additions & 1 deletion sdks/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
"@semantic-release/github",
["@semantic-release/exec", {
"successCmd": "yarn",
"failCmd": "yarn",
"execCwd": "../.."
}]
]
}
}
1 change: 0 additions & 1 deletion sdks/v2-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
[![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/@uniswap/v2-sdk/latest.svg)](https://bundlephobia.com/result?p=@uniswap/v2-sdk@latest)

In-depth documentation on this SDK is available at [uniswap.org](https://uniswap.org/docs/v2/SDK/getting-started/).

7 changes: 6 additions & 1 deletion sdks/v2-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
"@semantic-release/github",
["@semantic-release/exec", {
"successCmd": "yarn",
"failCmd": "yarn",
"execCwd": "../.."
}]
]
}
}

0 comments on commit 3c57dc3

Please sign in to comment.