Skip to content

Commit f58e689

Browse files
committed
test: add @parcel/watcher to allowed postinstall checks
Included `@parcel/watcher` in the list of packages allowed in the postinstall checks test. (cherry picked from commit 416c9aa)
1 parent de95545 commit f58e689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/legacy-cli/e2e/tests/misc/check-postinstalls.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import glob from 'fast-glob';
22
import { readFile } from '../../utils/fs';
33

44
const CURRENT_SCRIPT_PACKAGES: ReadonlySet<string> = new Set([
5+
'@parcel/watcher (install)',
56
'esbuild (postinstall)',
67
'lmdb (install)',
78
'msgpackr-extract (install)',

0 commit comments

Comments
 (0)