1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

ssh shortcuts

This commit is contained in:
2021-10-08 10:03:38 -04:00
parent 1329ec8f95
commit b611c02fb9
5 changed files with 48 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ packages=(
)
for p in "${packages[@]}"; do
volta run --no-yarn npm install --global "$p" || echo "$p not found"
volta run --no-yarn -- npm install --global "$p" || echo "$p not found"
done
volta list all