Skip to content

Commit

Permalink
Fix(timekeeper): updated binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 27, 2024
1 parent 9e64ef7 commit 551575a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/timekeeper/.eslintcache

This file was deleted.

4 changes: 3 additions & 1 deletion packages/timekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.8-blizzard.3",
"description": "CLI tool for automated function tracing",
"main": "dist/index.js",
"bin": "dist/index.js",
"bin": {
"timekeeper": "dist/index.js"
},
"scripts": {
"build": "node ../../scripts/esbuild.config.js",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
Expand Down

0 comments on commit 551575a

Please sign in to comment.