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 76955afCopy full SHA for 76955af
.github/workflows/default_workflow.yml
@@ -13,6 +13,7 @@ on:
13
- "[0-9][0-9]_[0-9]"
14
15
env:
16
+ npm_config_build_from_source: true
17
NX_SKIP_NX_CACHE: ${{ (github.event_name != 'pull_request' || contains( github.event.pull_request.labels.*.name, 'skip-cache')) && 'true' || 'false' }}
18
19
jobs:
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": "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