Revert quoting
This commit is contained in:
parent
265df4aa77
commit
aa0413571f
2
build.sh
2
build.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user