We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@parcel/watcher
1 parent de95545 commit f58e689Copy full SHA for f58e689
tests/legacy-cli/e2e/tests/misc/check-postinstalls.ts
@@ -2,6 +2,7 @@ import glob from 'fast-glob';
2
import { readFile } from '../../utils/fs';
3
4
const CURRENT_SCRIPT_PACKAGES: ReadonlySet<string> = new Set([
5
+ '@parcel/watcher (install)',
6
'esbuild (postinstall)',
7
'lmdb (install)',
8
'msgpackr-extract (install)',
0 commit comments