Skip to content

Commit

Permalink
fix: prune electron-nightly even if in dependencies (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 31, 2023
1 parent 5ee6d73 commit 741f3c3
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 741f3c3

Please sign in to comment.