Skip to content

Commit c709dfc

Browse files
🚴 perf(update): Only install --production deps for node modules.
1 parent 8d6b6c0 commit c709dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
320+
_do npm --prefix "${HOME}/${module}" clean-install --production
321321
done
322322
fi
323323

0 commit comments

Comments
 (0)