From 97a74cc61bb04e794119fe156a0e58e15c3075c7 Mon Sep 17 00:00:00 2001 From: Liwen Guo Date: Tue, 23 Feb 2021 11:17:17 +0100 Subject: [PATCH] Remove redundant `yarn postinstall` call Saves around 10 to 20 seconds in the build job. --- prepare_vscode.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index 12fdb42..018899f 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -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