From adcd782fcaf6e1a3f1c26c2ba3d67c70e9ee8b2b Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Fri, 1 Nov 2024 13:42:22 +0200 Subject: [PATCH] fix: add yarn version number --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 698a3486fe..30b4404269 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,6 @@ "tet:rebuild": "yarn clean; rm -rf frontend/tet/admin/.next; rm -rf frontend/tet/youth/.next; yarn tet build --no-cache; yarn tet:up", "tet-admin:rebuild": "yarn clean; rm -rf frontend/tet/admin/.next; yarn tet-admin build --no-cache; yarn tet-admin:up", "tet-youth:rebuild": "yarn clean; rm -rf frontend/tet/youth/.next; yarn tet-youth build --no-cache; yarn tet-youth:up" - } + }, + "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }