Skip to content

Commit 4e3b7d3

Browse files
committed
chore: add log for npm config user agent
1 parent 30fe951 commit 4e3b7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build/npm-postinstall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ main() {
124124
}
125125

126126
install_with_yarn_or_npm() {
127+
echo "User agent: "${npm_config_user_agent-none}""
127128
# NOTE@edvincent: We want to keep using the package manager that the end-user was using to install the package.
128129
# This also ensures that when *we* run `yarn` in the development process, the yarn.lock file is used.
129130
case "${npm_config_user_agent-}" in

0 commit comments

Comments
 (0)