Skip to content

Commit a583edf

Browse files
authored
chore(e2e): try running lerna with npx (#4663)
1 parent 03ec152 commit a583edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { spawnProcess } = require("../../scripts/utils/spawn-process");
66
const run = async () => {
77
try {
88
const integTestResourcesEnv = await getIntegTestResources();
9-
await spawnProcess("lerna", ["run", "test:e2e", "--concurrency", "1"], {
9+
await spawnProcess("yarn", ["lerna", "run", "test:e2e", "--concurrency", "1"], {
1010
cwd: join(__dirname, "..", ".."),
1111
env: {
1212
...process.env,

0 commit comments

Comments
 (0)