From bef88ad8444b2ab82d969b7955ccd5f495adbaec Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 19 Jan 2026 18:47:32 +0800 Subject: [PATCH] feat: add prepare script for automatic build on git install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 80562bc..522e86d 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "build:all": "npm run build:timesafari", "clean": "rimraf ./dist", "watch": "tsc --watch", + "prepare": "npm run build", "prepublishOnly": "npm run build", "test": "jest", "test:workspaces": "npm test --workspaces",