chore: scan parcel/watcher again (#245014)

This commit is contained in:
Raymond Zhao 2025-03-31 07:46:41 -07:00 committed by GitHub
parent a0919c232b
commit 5b2f75a7d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -84,9 +84,8 @@ function nodeModules(destinationExe, destinationPdb, platform) {
'**/*.node',
// Exclude these paths.
// We don't build the prebuilt node files so we don't scan them
'!**/prebuilds/**/*.node',
// These are 3rd party modules that we should ignore
'!**/@parcel/watcher/**/*']))
'!**/prebuilds/**/*.node'
]))
.pipe(gulp.dest(destinationExe));
};