From c0869fdb3e23b9773757531e21989b5bf611c5c4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Nov 2023 23:26:56 +0100 Subject: [PATCH] add packageManager key to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f64c4e7f..9d5de8b6 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "type": "git", "url": "https://github.com/AmruthPillai/Reactive-Resume.git" }, + "packageManager": "pnpm@8.10.5", "scripts": { "dev": "nx run-many -t serve", "test": "nx run-many -t test",