Archived
1
0

Remove cliArgs from main

No purpose when all the args are in the args parameter.

We only need configArgs for bindAddrFromAllSources.
This commit is contained in:
Anmol Sethi
2020-10-07 16:21:10 -04:00
parent ebbcb8d6a7
commit 85b0804be5
2 changed files with 8 additions and 9 deletions

View File

@ -58,7 +58,6 @@ EOF
rsync yarn.lock "$RELEASE_PATH"
rsync ci/build/npm-postinstall.sh "$RELEASE_PATH/postinstall.sh"
if [ "$KEEP_MODULES" = 1 ]; then
rsync node_modules/ "$RELEASE_PATH/node_modules"
fi