Port cli.js to TypeScript
This commit is contained in:
parent
8fb809fa95
commit
fed46dbb4a
3 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"main": "build/node/index.js",
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"build": "node cli.js",
|
||||
"build": "node build/node/cli.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue