mirror of
https://github.com/valitydev/thrift-ts.git
synced 2024-11-06 08:45:17 +00:00
add build script
This commit is contained in:
parent
eebee1d4fa
commit
791bd6dbba
@ -4,7 +4,8 @@
|
|||||||
"description": "parse .thrift file to .d.ts",
|
"description": "parse .thrift file to .d.ts",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsc && mocha"
|
"build": "tsc",
|
||||||
|
"test": "npm run build && mocha"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/windwhinny/thrift-ts.git",
|
"url": "https://github.com/windwhinny/thrift-ts.git",
|
||||||
|
Loading…
Reference in New Issue
Block a user