Skip to content

Instantly share code, notes, and snippets.

@julienroubieu
Created November 1, 2017 16:32
Show Gist options
  • Save julienroubieu/3a69a41157fe6c2b0793592ead866212 to your computer and use it in GitHub Desktop.
Save julienroubieu/3a69a41157fe6c2b0793592ead866212 to your computer and use it in GitHub Desktop.

Revisions

  1. julienroubieu created this gist Nov 1, 2017.
    1 change: 1 addition & 0 deletions npm-install-all.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && npm install" \;