We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf021ce + 4056a26 commit 75e3e3dCopy full SHA for 75e3e3d
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
node-version: 20
74
registry-url: https://registry.npmjs.org/
75
- - run: npm install && npm run build
+ - run: npm install && npm run build:packages
76
- run: npm publish --access public
77
env:
78
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@meshsdk/web3-sdk",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "SDK for Mesh Web3 Services",
5
"main": "./dist/index.cjs",
6
"browser": "./dist/index.js",
0 commit comments