Skip to content

Commit 493e1b0

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

e2e/bundlers/project.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
"executor": "nx:run-commands",
5252
"options": {
5353
"cwd": "{projectRoot}",
54-
"command": "parcel build ./entry/modules_esm.js --no-cache --dist-dir ./dist/dist_parsel"
54+
"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
5559
},
5660
"dependsOn": ["build"]
5761
},
@@ -72,4 +76,4 @@
7276
"dependsOn": ["build"]
7377
}
7478
}
75-
}
79+
}

0 commit comments

Comments
 (0)