Skip to content

Commit aedd3ef

Browse files
committed
revert: change *npm* back to npm*
1 parent 73225bb commit aedd3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/npm-postinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ install_with_yarn_or_npm() {
128128
# NOTE@edvincent: We want to keep using the package manager that the end-user was using to install the package.
129129
# This also ensures that when *we* run `yarn` in the development process, the yarn.lock file is used.
130130
case "${npm_config_user_agent-}" in
131-
*npm*)
131+
npm*)
132132
if [ -f "yarn.lock" ]; then
133133
echo "yarn.lock file present, running in development mode. use yarn to install code-server!"
134134
exit 1

0 commit comments

Comments
 (0)