spec: chai is funky

This commit is contained in:
Samuel Attard
2019-03-11 17:07:11 -07:00
parent 6b65e3523e
commit a55d1ef305
4 changed files with 25 additions and 9 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", "install"]);',
'import os, subprocess; os.chdir(os.path.join("src", "electron")); subprocess.check_call(["python", "script/lib/npm.py", "ci"]);',
],
},
{