build: remove log from the spec runner

This commit is contained in:
Samuel Attard
2019-03-11 17:09:34 -07:00
parent a55d1ef305
commit 259bc3a918
2 changed files with 2 additions and 4 deletions

2
DEPS
View File

@@ -107,7 +107,7 @@ hooks = [
'action': [
'python',
'-c',
'import os, subprocess; os.chdir(os.path.join("src", "electron")); subprocess.check_call(["python", "script/lib/npm.py", "ci"]);',
'import os, subprocess; os.chdir(os.path.join("src", "electron")); subprocess.check_call(["python", "script/lib/npm.py", "install"]);',
],
},
{