chore: make the 'npm run test' command work out of the box (#14602)
This commit is contained in:
parent
429b18d7a0
commit
05783d56f7
6 changed files with 100 additions and 13 deletions
9
DEPS
9
DEPS
|
@ -61,6 +61,15 @@ 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…
Add table
Add a link
Reference in a new issue