From f125e3d23b9b700c652ac51247dfb84e5143f035 Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Mon, 19 Jun 2017 16:23:54 +0200 Subject: [PATCH] Allow working with npm modules --- build/tfs/linux/smoketest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tfs/linux/smoketest.sh b/build/tfs/linux/smoketest.sh index 9487502a0ec..9e4cf47ba8b 100644 --- a/build/tfs/linux/smoketest.sh +++ b/build/tfs/linux/smoketest.sh @@ -30,6 +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 } function runTest { -- GitLab