Skip to content

Commit

Permalink
fix buyback-snx (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Dec 5, 2023
1 parent 00cb364 commit a64499f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auxiliary/buyback-snx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"check:storage": "git diff --exit-code storage.dump.sol",
"compile-contracts": "hardhat compile",
"size-contracts": "hardhat compile && hardhat size-contracts",
"publish-contracts": "cannon publish spot-market-oracle:$(node -p 'require(`./package.json`).version') --chain-id 13370 --quiet --tags $(node -p '/^\\d+\\.\\d+\\.\\d+$/.test(require(`./package.json`).version) ? `latest` : `dev`')",
"publish-contracts": "cannon publish buyback-snx:$(node -p 'require(`./package.json`).version') --chain-id 13370 --quiet --tags $(node -p '/^\\d+\\.\\d+\\.\\d+$/.test(require(`./package.json`).version) ? `latest` : `dev`')",
"postpack": "yarn build && yarn publish-contracts",
"docgen": "hardhat docgen"
},
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"command": {
"version": {
"allowBranch": [
"main"
"main",
"release"
]
}
}
Expand Down

0 comments on commit a64499f

Please sign in to comment.