소스 검색

Merge pull request #650 from Livven/patch-1

Remove redundant `yarn postinstall` call
Peter Squicciarini 4 년 전
부모
커밋
6979e526e3
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