Skip to content

Commit

Permalink
chore: update release script (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Aug 13, 2024
1 parent 30aa27e commit 7ef5762
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/pray-three-times.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@axelar-network/axelar-cgp-sui': patch
---

- 86d7fa3: Include gas payment into test contract's `send_call` function
- ab7235b: Remove postinstall script and src directory from published content
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelar-cgp-sui",
"version": "0.3.1",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/axelarnetwork/axelar-cgp-sui"
Expand All @@ -20,7 +20,7 @@
"test-js": "npx mocha",
"test": "npm run test-move && npm run test-js",
"coverage": "./scripts/coverage.sh",
"release": "npm run build && changeset publish",
"release": "npm run build && npm publish --no-git-checks --access public",
"cs": "changeset",
"lint": "eslint --fix './src/*.ts' './test/*.js'",
"prettier": "prettier --write './src/*.ts' './test/*.js'"
Expand Down

0 comments on commit 7ef5762

Please sign in to comment.