From 2f0908b780528d8305a72487f82877aaf99def7e Mon Sep 17 00:00:00 2001 From: xavidop Date: Tue, 16 Dec 2025 12:00:47 +0100 Subject: [PATCH] feat: force release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4b38504..9cbcf44c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "publish": "lerna publish --no-private -y from-package", "test": "lerna run test", "format": "prettier --write \"**/*.{js,ts,json,md}\"", - "prepare": "husky install " + "prepare": "husky install" }, "lint-staged": { "**/*.{js,ts,json,md}": "prettier --write"