aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/add-crowdin-contributors.ts
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-26 07:15:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-26 07:15:34 +0530
commitbc980882d05b7eec4135e4a286f6843fa6cc1bd0 (patch)
treeaf3c5d2d8ad417c05e5d579018f94d13667b3ed2 /scripts/add-crowdin-contributors.ts
parentUpgrade 'nodejs' to '16.18.0' (#705) (diff)
downloadferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.gz
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.zst
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.zip
Switch from 'npm' to 'pnpm' (#704)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to 'scripts/add-crowdin-contributors.ts')
-rw-r--r--scripts/add-crowdin-contributors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/add-crowdin-contributors.ts b/scripts/add-crowdin-contributors.ts
index d6f36b06d..eadedbcc4 100644
--- a/scripts/add-crowdin-contributors.ts
+++ b/scripts/add-crowdin-contributors.ts
@@ -49,7 +49,7 @@ console.clear();
49console.log(JSON.stringify(members)); 49console.log(JSON.stringify(members));
50 50
51 * 3. Paste the output of the script (JSON Array) below to set 'list' to that value 51 * 3. Paste the output of the script (JSON Array) below to set 'list' to that value
52 * 4. Execute this script using 'npm run add-crowdin-contributors' 52 * 4. Execute this script using 'pnpm add-crowdin-contributors'
53 * 5. Regenerate the README table using the CLI ('all-contributors generate') 53 * 5. Regenerate the README table using the CLI ('all-contributors generate')
54 * Please check if the generated data is ok and no data is lost. 54 * Please check if the generated data is ok and no data is lost.
55*/ 55*/