From 5dff282c05a757436a9425764fe7181034567dab Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Mon, 31 Jan 2022 00:49:39 +0000 Subject: [PATCH] Add prepare script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c50d3cc..205b98e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "scripts": { "lint": "ts-standard", "test": "jest", - "build": "tsc" + "build": "tsc", + "prepare": "tsc" }, "repository": { "type": "git",