Skip to content

Commit

Permalink
Add preflight to path
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 14, 2023
1 parent 0bae7f3 commit 39284fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
];
Expand Down

0 comments on commit 39284fe

Please sign in to comment.