Skip to content

Commit 76955af

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/default_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- "[0-9][0-9]_[0-9]"
1414

1515
env:
16+
npm_config_build_from_source: true
1617
NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }}
1718

1819
jobs:

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": "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)