Skip to content

Commit

Permalink
chore(e2e): try running lerna with npx (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Apr 25, 2023
1 parent 03ec152 commit a583edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { spawnProcess } = require("../../scripts/utils/spawn-process");
const run = async () => {
try {
const integTestResourcesEnv = await getIntegTestResources();
await spawnProcess("lerna", ["run", "test:e2e", "--concurrency", "1"], {
await spawnProcess("yarn", ["lerna", "run", "test:e2e", "--concurrency", "1"], {
cwd: join(__dirname, "..", ".."),
env: {
...process.env,
Expand Down

0 comments on commit a583edf

Please sign in to comment.