Skip to content

Commit

Permalink
Merge pull request #255 from 00labs/fix-publish
Browse files Browse the repository at this point in the history
Fix try number 2
  • Loading branch information
mliu authored Aug 12, 2024
2 parents 44fb984 + 435a554 commit 75018c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"scripts": {
"lerna:publish": "yarn lerna publish patch --no-private --access=public",
"lerna:publish": "yarn lerna publish patch --no-private",
"lerna:publish:canary": "yarn lerna publish patch --preid beta --canary --no-private",
"start:widget": "yarn workspace @huma-finance/widgets cosmos",
"build:all": "yarn build:shared && yarn build:web-shared && yarn build:sdk && yarn build:widget",
Expand Down

0 comments on commit 75018c8

Please sign in to comment.