Skip to content

Commit

Permalink
install surge via npx if not already installed
Browse files Browse the repository at this point in the history
workaround sintaxi/surge#504 bubbling up to dependers
  • Loading branch information
balupton committed Nov 27, 2023
1 parent 050d910 commit 03b6898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.bash
Expand Up @@ -72,6 +72,6 @@ if test ${#targets[@]} -eq 0; then
else
for target in ${targets[*]}; do
echo "deploying $SURGE_PROJECT to $target"
npx --no-install surge --project $SURGE_PROJECT --domain "$target"
npx --yes surge --project $SURGE_PROJECT --domain "$target"
done
fi

0 comments on commit 03b6898

Please sign in to comment.