From 3e34cb17d2a756626afac17df57483e1755078e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 5 Oct 2024 23:53:24 +0200 Subject: [PATCH] add pl-hooks to workspaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1b0b5b5f..3f8146324 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "husky": "^9.0.0", "lint-staged": ">=10" }, - "workspaces": ["pl-api", "pl-fe"], + "workspaces": ["pl-api", "pl-fe", "pl-hooks"], "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }