Merge pull request #650 from Livven/patch-1

Remove redundant `yarn postinstall` call
This commit is contained in:
Peter Squicciarini 2021-03-02 11:12:54 -08:00 committed by GitHub
commit 6979e526e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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