Fix builds and snap upload

This commit is contained in:
Thomas Nordquist
2020-04-25 14:04:46 +02:00
parent ad888f6f9a
commit dbb6ead7ba
3 changed files with 8 additions and 2 deletions

View File

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