Skip to content

Commit 089c495

Browse files
committed
Try building @parcel/watcher from source
1 parent 8587f3c commit 089c495

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/bundlers/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"eslint-plugin-no-only-tests": "catalog:",
3030
"eslint-plugin-spellcheck": "0.0.20"
3131
},
32+
"scripts": {
33+
"postinstall": "export npm_config_build_from_source=true && pnpm rebuild --recursive @parcel/watcher"
34+
},
3235
"alias": {
3336
"globalize$": "./node_modules/globalize/dist/globalize.js",
3437
"globalize": "./node_modules/globalize/dist/globalize",

0 commit comments

Comments
 (0)