We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114485b commit 91de1feCopy full SHA for 91de1fe
ci/dev/postinstall.sh
@@ -7,7 +7,7 @@ install-deps() {
7
if [[ ${CI-} ]]; then
8
args+=(--frozen-lockfile)
9
fi
10
- if [[ "$1" == "lib/vscode"]]; then
+ if [[ "$1" == "lib/vscode" ]]; then
11
args+=(--no-default-rc)
12
13
# If there is no package.json then yarn will look upward and end up installing
0 commit comments