Skip to content

Commit

Permalink
fix(cli): Add missing exec line (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminparnell committed Jan 15, 2024
1 parent 0a48845 commit ab58fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "build/index.js",
"type": "build/index.d.ts",
"bin": {
"deployment-stats": "./build/index.js"
},
"license": "MIT",
"scripts": {
"prepare": "husky install",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { program } from "commander";
import {
CloudWatchClient,
Expand Down

0 comments on commit ab58fbd

Please sign in to comment.