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
+1 -1
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