From c8c470d383d633d25a00096b27ba184496b4f859 Mon Sep 17 00:00:00 2001 From: Ed L Date: Tue, 29 Mar 2022 20:47:35 +0100 Subject: [PATCH] chore: specify yarn 1 for corepack (#551) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 13cb9787..38f54303 100644 --- a/package.json +++ b/package.json @@ -159,9 +159,10 @@ "vite-plugin-pwa": "^0.11.13", "workbox-precaching": "^6.1.5" }, + "packageManager": "yarn@1.22.17", "name": "client", "main": "index.js", "repository": "https://github.com/revoltchat/revite.git", "author": "Paul ", "license": "MIT" -} +} \ No newline at end of file