We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8587f3c commit 089c495Copy full SHA for 089c495
e2e/bundlers/package.json
@@ -29,6 +29,9 @@
29
"eslint-plugin-no-only-tests": "catalog:",
30
"eslint-plugin-spellcheck": "0.0.20"
31
},
32
+ "scripts": {
33
+ "postinstall": "export npm_config_build_from_source=true && pnpm rebuild --recursive @parcel/watcher"
34
+ },
35
"alias": {
36
"globalize$": "./node_modules/globalize/dist/globalize.js",
37
"globalize": "./node_modules/globalize/dist/globalize",
0 commit comments