diff --git a/build/tfs/linux/smoketest.sh b/build/tfs/linux/smoketest.sh index 9e4cf47ba8b47516f4f981c467b4a3f18d52d64d..c9617a5d00b3a1f23b3a8abf323936313f655082 100644 --- a/build/tfs/linux/smoketest.sh +++ b/build/tfs/linux/smoketest.sh @@ -30,7 +30,7 @@ function configureEnvironment { git config --global user.name "VS Code Agent" git config --global user.email "monacotools@microsoft.com" chown -R testuser $AGENT_BUILDDIRECTORY - chown -R testuser ~/.npm + chown -R testuser /root/.npm } function runTest {