Skip to content

Commit

Permalink
sdk: fix publish script (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
silochad committed Feb 11, 2023
2 parents ab8d8b5 + 4b991ca commit 8b0fa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@beanstalk/sdk",
"version": "0.1.0",
"description": "A JavaScript framework for interacting with the Beanstalk protocol and ecosystem.",
"description": "A JavaScript framework for interacting with the Beanstalk protocol and ecosystem",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dev": "tsc --noEmit --watch",
"ts": "yarn clean:build && tsc && tsc-alias -p tsconfig.json",
"build": "yarn ts && rollup -c --bundleConfigAsCjs --silent && rimraf dist/js",
"publish": "yarn build && yarn npm publish --access public"
"publish": "yarn clean && yarn generate && yarn build && yarn npm publish --access public"
},
"peerDependencies": {
"ethers": "5.6.8"
Expand Down

0 comments on commit 8b0fa73

Please sign in to comment.