Skip to content

Commit

Permalink
Merge pull request #281 from MeshJS/fix/new-cli
Browse files Browse the repository at this point in the history
fix: fixing import syntax
  • Loading branch information
HinsonSIDAN authored Aug 28, 2024
2 parents 82bd3b5 + 2ad451b commit 795eaf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion scripts/mesh-cli/bin/meshjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /usr/bin/env node
require('../dist/index.js');
import('../dist/index.js');
2 changes: 1 addition & 1 deletion scripts/mesh-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 795eaf4

Please sign in to comment.