Revert quoting

This commit is contained in:
Condorra 2023-12-29 00:50:00 +11:00
parent 265df4aa77
commit aa0413571f

View File

@ -2,7 +2,7 @@
# Concourse Worker doesn't support IPv6 well yet. # Concourse Worker doesn't support IPv6 well yet.
function npm-ipv4() { function npm-ipv4() {
node --dns-result-order=ipv4first $(which npm) "$*" node --dns-result-order=ipv4first $(which npm) $*
} }
npm-ipv4 install -Dy npm-ipv4 install -Dy
npm-ipv4 -y exec webpack npm-ipv4 -y exec webpack