Skip to content

Commit 774395d

Browse files
chore: dont install spec deps on sync needlessly (electron#14614)
We run install for testing only when required anyway
1 parent 9611471 commit 774395d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

DEPS

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,6 @@ hooks = [
6161
'pattern': 'src/electron/package.json',
6262
'name': 'electron_npm_deps'
6363
},
64-
{
65-
'action': [
66-
'python',
67-
'-c',
68-
'import os; os.chdir("src"); os.chdir("electron/spec"); os.system("npm install")',
69-
],
70-
'pattern': 'src/electron/spec/package.json',
71-
'name': 'electron_spec_npm_deps'
72-
},
7364
]
7465

7566
recursedeps = [

0 commit comments

Comments
 (0)