diff --git a/__tests__/e2e.test.ts b/__tests__/e2e.test.ts index 7d1e439f..5eb6bd6f 100644 --- a/__tests__/e2e.test.ts +++ b/__tests__/e2e.test.ts @@ -37,13 +37,13 @@ const testRepos: Repo[] = [ 'git config user.email github-actions[bot]@users.noreply.github.com', 'git config user.name github-actions[bot]', 'git commit --all --message Remove\\ SafeSQL\\ for\\ Windows', - 'pnpm add --global ../../../../', + 'pnpm add --global ../../../preflight', ] : [ 'pnpm install --frozen-lockfile', // Run project database migrations 'pnpm migrate up', - 'pnpm add --global ../../../../', + 'pnpm add --global ../../../preflight', ], }, ];