Преглед на файлове

Remove redundant `yarn postinstall` call

Saves around 10 to 20 seconds in the build job.
Liwen Guo преди 4 години
родител
ревизия
97a74cc61b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      prepare_vscode.sh

+ 0 - 1
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