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 32fba4fCopy full SHA for 32fba4f
e2e/bundlers/project.json
@@ -51,7 +51,10 @@
51
"executor": "nx:run-commands",
52
"options": {
53
"cwd": "{projectRoot}",
54
- "command": "parcel build ./entry/modules_esm.js --no-cache --dist-dir ./dist/dist_parsel"
+ "commands": [
55
+ "cross-env npm_config_build_from_source=true && pnpm rebuild --recursive @parcel/watcher",
56
+ "parcel build ./entry/modules_esm.js --no-cache --dist-dir ./dist/dist_parsel"
57
+ ]
58
},
59
"dependsOn": ["build"]
60
@@ -72,4 +75,4 @@
72
75
73
76
}
74
77
-}
78
+}
0 commit comments