From 791bd6dbbac96a409d73deecae861903262962b6 Mon Sep 17 00:00:00 2001 From: Rinat Arsaev Date: Sun, 16 Sep 2018 01:44:41 +0300 Subject: [PATCH] add build script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c12268b..863c2b1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "parse .thrift file to .d.ts", "main": "src/index.js", "scripts": { - "test": "tsc && mocha" + "build": "tsc", + "test": "npm run build && mocha" }, "repository": { "url": "https://github.com/windwhinny/thrift-ts.git",