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 4c22b66 commit e807bdfCopy full SHA for e807bdf
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', '--frozen-lockfile']) // Do not clean up, electron version detection will fail otherwise
32
await fs.remove(path.join('app', 'node_modules'))
33
0 commit comments