From 2470d485c793cbabc7a6f6e8d256f6e60e9bf7b1 Mon Sep 17 00:00:00 2001 From: Sandor <2660262+sandorfr@users.noreply.github.com> Date: Thu, 12 Oct 2017 09:38:28 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9792fe0..9102036 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "typings": "./lib/az-bunyan/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "prepublish": "tsc -d" + "build": "tsc -d" }, "repository": { "type": "git",