We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73225bb commit aedd3efCopy full SHA for aedd3ef
ci/build/npm-postinstall.sh
@@ -128,7 +128,7 @@ install_with_yarn_or_npm() {
128
# NOTE@edvincent: We want to keep using the package manager that the end-user was using to install the package.
129
# This also ensures that when *we* run `yarn` in the development process, the yarn.lock file is used.
130
case "${npm_config_user_agent-}" in
131
- *npm*)
+ npm*)
132
if [ -f "yarn.lock" ]; then
133
echo "yarn.lock file present, running in development mode. use yarn to install code-server!"
134
exit 1
0 commit comments