1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/development/build
Ari Lotter c3fafe311e
Spawn yarn processes in a cmd subshell on Windows (#9628)
On Windows, spawn fails if the exact filename
of a binary isn't passed. e.g. `spawn('yarn')` fails
because the binary is named `yarn.cmd`.
Instead, we depend on `cross-spawn` which handles differences
in `spawn` across platforms.
2020-10-20 01:37:23 -02:30
..
display.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
etc.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
index.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
manifest.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
scripts.js add segment implementation of metametrics (#9382) 2020-09-14 12:04:05 -05:00
static.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
styles.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
task.js Spawn yarn processes in a cmd subshell on Windows (#9628) 2020-10-20 01:37:23 -02:30