Skip to content

Commit

Permalink
Tweak changeset setup (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor authored May 26, 2022
1 parent 02ada37 commit aa7238a
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 190 deletions.
4 changes: 2 additions & 2 deletions .changeset/wild-bags-attack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
'typechain': minor
---

Expose `TypechainUserConfig` type.
Removed `contractName` from interface output see #692 for details.
- Expose `TypechainUserConfig` type.
- Removed `contractName` from interface output see #692 for details.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
version: pnpm changeset version && pnpm install
version: pnpm changeset version
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
"release": "pnpm build && pnpm changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.11.2",
"@changesets/cli": "^2.22.0",
"@types/mocha": "^8.2.1",
"@types/node": "^14",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"earljs": "0.2.2",
Expand All @@ -40,12 +41,14 @@
"mocha": "^8.2.0",
"prettier": "^2.3.1",
"ts-node": "^10.7.0",
"@types/node": "^14",
"typescript": "^4.6"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["typescript", "@types/node"]
"ignoreMissing": [
"typescript",
"@types/node"
]
}
}
}
Loading

0 comments on commit aa7238a

Please sign in to comment.