Add a script to generate the types
This commit is contained in:
parent
dcc3917f35
commit
ff9dfb5789
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"description": "",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Use the makefile\" && exit 1"
|
||||
"test": "echo \"Use the makefile\" && exit 1",
|
||||
"generateInterfaces": "ts-node generateInterfaces.ts 2>/dev/null"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Oliver Akins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue