Skip to content

Instantly share code, notes, and snippets.

@sergebat
Created November 17, 2018 12:37
Show Gist options
  • Save sergebat/d08959432ff6168625a2007fcb3a6301 to your computer and use it in GitHub Desktop.
Save sergebat/d08959432ff6168625a2007fcb3a6301 to your computer and use it in GitHub Desktop.
Powershell #oneliner - build all projects in subdirectories
ls -dir | %{pushd $_; npm run make; popd}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment