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 493e1b0Copy full SHA for 493e1b0
e2e/bundlers/project.json
@@ -51,7 +51,11 @@
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
+ "parallel": false
59
},
60
"dependsOn": ["build"]
61
@@ -72,4 +76,4 @@
72
76
73
77
}
74
78
75
-}
79
+}
0 commit comments