Skip to content

Commit 06be4c9

Browse files
committed
Build @parcel/watcher from source
1 parent 1f904ff commit 06be4c9

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

e2e/bundlers/project.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,21 @@
4747
},
4848
"dependsOn": ["build"]
4949
},
50+
"build-parcel-watcher": {
51+
"executor": "nx:run-commands",
52+
"options": {
53+
"cwd": "{projectRoot}",
54+
"command": "cross-env npm_config_build_from_source=true pnpm rebuild --recursive @parcel/watcher"
55+
},
56+
"dependsOn": ["build"]
57+
},
5058
"test--parcel": {
5159
"executor": "nx:run-commands",
5260
"options": {
5361
"cwd": "{projectRoot}",
5462
"command": "parcel build ./entry/modules_esm.js --no-cache --dist-dir ./dist/dist_parsel"
5563
},
56-
"dependsOn": ["build"]
64+
"dependsOn": ["build-parcel-watcher"]
5765
},
5866
"test--browserify-cjs": {
5967
"executor": "nx:run-commands",
@@ -72,4 +80,4 @@
7280
"dependsOn": ["build"]
7381
}
7482
}
75-
}
83+
}

0 commit comments

Comments
 (0)