Skip to content

Commit

Permalink
Add ts-script which sets cwd to the script dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dyomin authored and blakeembrey committed Nov 8, 2019
1 parent 87a5b14 commit 1ad44bf
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 244 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"ts-node": "dist/bin.js"
"ts-node": "dist/bin.js",
"ts-script": "dist/script.js"
},
"files": [
"dist/",
Expand Down
Loading

0 comments on commit 1ad44bf

Please sign in to comment.