From 3cb0f9415b7230a32794882716735592f3e5250f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Mon, 6 May 2024 13:57:52 -0400 Subject: [PATCH] prepare --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c8751fd..e75e0ef 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dist/**/*" ], "scripts": { + "prepare": "yarn build", "build": "tsc", "test": "./scripts/tests.sh", "lint": "eslint --cache --max-warnings 0",