We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn install --production
1 parent 194f85a commit 386fd10Copy full SHA for 386fd10
scripts/prepare-release.ts
@@ -27,7 +27,6 @@ async function prepareRelease() {
27
await exec('yarn', ['build'])
28
29
// Clean up
30
- await fs.remove('node_modules')
31
await exec('yarn', ['install', '--production']) // Do not clean up, electron version detection will fail otherwise
32
await fs.remove(path.join('app', 'node_modules'))
33
0 commit comments