Skip to content

Commit

Permalink
npm run ts-cli-run
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Sep 16, 2023
1 parent a34957c commit 9f91ed0
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 @@ -9,7 +9,8 @@
"age": "ts-node src/index.ts age",
"js-cli": "npx tsc && node dist/index.js",
"ts-cli-install": "npx tsc && npm install -g",
"ts-cli-uninstall": "npm uninstall -g ts-cli"
"ts-cli-uninstall": "npm uninstall -g ts-cli",
"ts-cli-run": "ts-cli hello Globally Insalled CLI in TypeScript"
},
"bin": {
"ts-cli": "./dist/index.js"
Expand Down

0 comments on commit 9f91ed0

Please sign in to comment.