Fix faulty electron version detection

This commit is contained in:
Thomas Nordquist
2019-06-24 14:07:32 +02:00
parent 2536b9fff7
commit c2a9b7b1c6

View File

@@ -28,7 +28,7 @@ async function prepareRelease() {
// Clean up // Clean up
await fs.remove('node_modules') await fs.remove('node_modules')
await exec('yarn', ['install', '--production']) // await exec('yarn', ['install', '--production']) // Do not clean up, electron version detection will fail otherwise
await fs.remove(path.join('app', 'node_modules')) await fs.remove(path.join('app', 'node_modules'))
chdir(originalDir) chdir(originalDir)