Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Nov 24, 2023
1 parent 0a78f69 commit 5874d44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-clocks-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rankify-js": patch
---

fixing ci
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
cwd: "./dist"
publish: pnpm run release
version: pnpm run version
commit: "chore: new release"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postbuild": "cp README.md dist && cp -r .changeset ./dist/.changeset && prettier --write \"dist/**/*.{ts,js,json}\" && cd ./dist && pnpm install",
"dist": "changeset && changeset version && pnpm build && cp -r .changeset ./dist && cd dist && pnpm changeset publish",
"version": "changeset version",
"release": "changeset publish"
"release": "pnpm build && cd ./dist && changeset publish"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down

0 comments on commit 5874d44

Please sign in to comment.