Skip to content

Commit 4c77d31

Browse files
authored
Update ci/build/npm-postinstall.sh
1 parent cfdaa7f commit 4c77d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/npm-postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ install_with_yarn_or_npm() {
132132
# HACK: NPM's use of semver doesn't like resolving some peerDependencies that vscode (upstream) brings in the form of pre-releases.
133133
# The legacy behavior doesn't complain about pre-releases being used, falling back to that for now.
134134
# See https://github.com//pull/5071
135-
npm install --unsafe-perm --legacy-peer-deps --omit=dev -ddd
135+
npm install --unsafe-perm --legacy-peer-deps --omit=dev
136136
;;
137137
yarn*)
138138
yarn --production --frozen-lockfile --no-default-rc

0 commit comments

Comments
 (0)