From ccc2d3edfa79e559b61012c29fee96f5523029cc Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 29 May 2024 14:47:46 +0000 Subject: [PATCH] add prepare script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4888735..abb5155 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "types": "lib/index.d.ts", "scripts": { "build": "tsc", + "prepare": "npm run build", "test": "jest" }, "dependencies": {