chore: dont install spec deps on sync needlessly (#14614)
We run install for testing only when required anyway
This commit is contained in:
parent
961147151f
commit
774395d910
1 changed files with 0 additions and 9 deletions
9
DEPS
9
DEPS
|
@ -61,15 +61,6 @@ hooks = [
|
|||
'pattern': 'src/electron/package.json',
|
||||
'name': 'electron_npm_deps'
|
||||
},
|
||||
{
|
||||
'action': [
|
||||
'python',
|
||||
'-c',
|
||||
'import os; os.chdir("src"); os.chdir("electron/spec"); os.system("npm install")',
|
||||
],
|
||||
'pattern': 'src/electron/spec/package.json',
|
||||
'name': 'electron_spec_npm_deps'
|
||||
},
|
||||
]
|
||||
|
||||
recursedeps = [
|
||||
|
|
Loading…
Reference in a new issue