From 976f0f6436106fc96651c55c2e254f21a642fe15 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 28 Oct 2022 06:40:25 +0530 Subject: Revert "Switch from 'npm' to 'pnpm' (#704)" --- scripts/add-crowdin-contributors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/add-crowdin-contributors.ts') diff --git a/scripts/add-crowdin-contributors.ts b/scripts/add-crowdin-contributors.ts index eadedbcc4..d6f36b06d 100644 --- a/scripts/add-crowdin-contributors.ts +++ b/scripts/add-crowdin-contributors.ts @@ -49,7 +49,7 @@ console.clear(); console.log(JSON.stringify(members)); * 3. Paste the output of the script (JSON Array) below to set 'list' to that value - * 4. Execute this script using 'pnpm add-crowdin-contributors' + * 4. Execute this script using 'npm run add-crowdin-contributors' * 5. Regenerate the README table using the CLI ('all-contributors generate') * Please check if the generated data is ok and no data is lost. */ -- cgit v1.2.3-54-g00ecf