From 2ad451badce13b878dcf23e16e212ffb3665fcd5 Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Wed, 28 Aug 2024 15:43:17 +0800 Subject: [PATCH] feat: bump ver --- .github/workflows/publish.yml | 2 +- scripts/mesh-cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b790ed278..f3e003825 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -299,7 +299,7 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - - run: npm install && npm run build + - run: npm install && npm run build:scripts - run: cd scripts/mesh-cli && npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/scripts/mesh-cli/package.json b/scripts/mesh-cli/package.json index 123c3dc86..ca4d1121c 100644 --- a/scripts/mesh-cli/package.json +++ b/scripts/mesh-cli/package.json @@ -3,7 +3,7 @@ "description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.", "homepage": "https://meshjs.dev", "author": "MeshJS", - "version": "1.5.4", + "version": "1.5.5", "license": "Apache-2.0", "type": "module", "main": "./dist/index.cjs",