Skip to content

Commit 75e3e3d

Browse files
authored
Merge pull request #10 from MeshJS/0.0.10
fix build ci
2 parents bf021ce + 4056a26 commit 75e3e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 20
7474
registry-url: https://registry.npmjs.org/
75-
- run: npm install && npm run build
75+
- run: npm install && npm run build:packages
7676
- run: npm publish --access public
7777
env:
7878
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meshsdk/web3-sdk",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "SDK for Mesh Web3 Services",
55
"main": "./dist/index.cjs",
66
"browser": "./dist/index.js",

0 commit comments

Comments
 (0)