mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
Merge pull request #650 from Livven/patch-1
Remove redundant `yarn postinstall` call
This commit is contained in:
@@ -16,7 +16,6 @@ if [[ "$OS_NAME" == "osx" ]]; then
|
|||||||
npm_config_argv='{"original":["--ignore-optional"]}' yarn postinstall
|
npm_config_argv='{"original":["--ignore-optional"]}' yarn postinstall
|
||||||
else
|
else
|
||||||
CHILD_CONCURRENCY=1 yarn --frozen-lockfile
|
CHILD_CONCURRENCY=1 yarn --frozen-lockfile
|
||||||
yarn postinstall
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mv product.json product.json.bak
|
mv product.json product.json.bak
|
||||||
|
|||||||
Reference in New Issue
Block a user