Skip to content

Commit

Permalink
fix: add bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 17, 2022
1 parent ae03554 commit 29ae3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "zx-bulk-release",
"version": "1.0.0",
"description": "zx-based alternative for multi-semantic-release",
"exports": "./src/main/js/index.js",
"type": "module",
"exports": "./src/main/js/index.js",
"bin": "./src/main/js/cli.js",
"scripts": {
"test": "NPM_REGISTRY='http://localhost:4873' NPM_TOKEN='mRv6eIuiaggXGb9ZDFCtBA==' c8 uvu ./src/test -i fixtures -i utils && c8 report -r lcov",
"docs": "mkdir -p docs && cp ./README.md ./docs/README.md"
Expand Down

0 comments on commit 29ae3c4

Please sign in to comment.