Remove redundant yarn postinstall
call
Saves around 10 to 20 seconds in the build job.
This commit is contained in:
parent
f8b17d45a8
commit
97a74cc61b
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ if [[ "$OS_NAME" == "osx" ]]; then
|
|||
npm_config_argv='{"original":["--ignore-optional"]}' yarn postinstall
|
||||
else
|
||||
CHILD_CONCURRENCY=1 yarn --frozen-lockfile
|
||||
yarn postinstall
|
||||
fi
|
||||
|
||||
mv product.json product.json.bak
|
||||
|
|
Loading…
Add table
Reference in a new issue