Skip to content

Commit 1ad44bf

Browse files
Nikita Dyominblakeembrey
Nikita Dyomin
authored andcommitted
Add ts-script which sets cwd to the script dir
1 parent 87a5b14 commit 1ad44bf

File tree

5 files changed

+290
-244
lines changed

5 files changed

+290
-244
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"bin": {
8-
"ts-node": "dist/bin.js"
8+
"ts-node": "dist/bin.js",
9+
"ts-script": "dist/script.js"
910
},
1011
"files": [
1112
"dist/",

0 commit comments

Comments
 (0)