Skip to content

Instantly share code, notes, and snippets.

@skangmy
Last active March 3, 2022 07:04
Show Gist options
  • Save skangmy/8c9033acfd2afce92d1ab6cfd0763e46 to your computer and use it in GitHub Desktop.
Save skangmy/8c9033acfd2afce92d1ab6cfd0763e46 to your computer and use it in GitHub Desktop.
Run npm install for all folders
ls -d */ | xargs -I {} bash -c "cd '{}' && npm install --only=prod"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment