Skip to content

Commit 89fb547

Browse files
🚴 perf(.bin/node_modules): Speed up installation with pnpm.
1 parent c709dfc commit 89fb547

File tree

4 files changed

+75
-89
lines changed

4 files changed

+75
-89
lines changed

.bin/node_modules/events/package-lock.json

Lines changed: 0 additions & 88 deletions
This file was deleted.

.bin/node_modules/events/pnpm-lock.yaml

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.bin/update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ if $update ; then
317317
find "${NODE_MODULES}" -mindepth 1 -maxdepth 1 -type d |
318318
while read -r module ; do
319319
echo ' ° Install '"${HOME}/${module}"
320-
_do npm --prefix "${HOME}/${module}" clean-install --production
320+
_do pnpm -C "${HOME}/${module}" install --frozen-lockfile --prod
321321
done
322322
fi
323323

bootstrap/packages/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ screenfetch
1919
# Compilers and package managers
2020
nodejs
2121
npm
22+
pnpm
2223
yarn
2324
pypy3
2425
go

0 commit comments

Comments
 (0)