Skip to content

Commit

Permalink
test: add @parcel/watcher to allowed postinstall checks
Browse files Browse the repository at this point in the history
Included `@parcel/watcher` in the list of packages allowed in the postinstall checks test.
  • Loading branch information
alan-agius4 committed Nov 4, 2024
1 parent d16a9aa commit 2b01980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/tests/misc/check-postinstalls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import glob from 'fast-glob';
import { readFile } from '../../utils/fs';

const CURRENT_SCRIPT_PACKAGES: ReadonlySet<string> = new Set([
'@parcel/watcher (install)',
'esbuild (postinstall)',
'lmdb (install)',
'msgpackr-extract (install)',
Expand Down

0 comments on commit 2b01980

Please sign in to comment.