Skip to content

Commit

Permalink
fix: prune electron-nightly even if in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jul 28, 2023
1 parent 5ee6d73 commit 7f4c194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prune.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const path = require('path')

const ELECTRON_MODULES = [
'electron',
'electron-nightly',
'electron-prebuilt',
'electron-prebuilt-compile'
]
Expand Down

0 comments on commit 7f4c194

Please sign in to comment.