mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
1 line
96 B
Bash
1 line
96 B
Bash
for d in ./sample/*/ ; do (cd "$d" && printf $d\\n && ncu -u && npm i --package-lock-only); done |