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