From 0a21a73b6af57da99f41c34d01aadbab9922af69 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 18:58:42 +0100 Subject: [PATCH] Prepare script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d55730..62cd8ab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "types": "./@types/index.d.ts", "scripts": { "build": "tsc", - "watch": "npm run build -- --watch" + "watch": "npm run build -- --watch", + "prepare": "npm build" }, "dependencies": { "@types/node": "^14.14.17"