From ab147c657ded7302281c3838ae14233596e35c9a Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 18:51:36 +0100 Subject: [PATCH] Add prepare script so it gets compiled --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 19251ae..794b47b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "types": "./@types/index.d.ts", "scripts": { "build": "tsc", - "watch": "npm run build -- --watch" + "watch": "npm run build -- --watch", + "prepare": "npm run build" }, "author": "Kuba Orlik", "license": "ISC",