mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-18 14:28:15 -04:00
test(cypress): use pnpm instead of yarn
This commit is contained in:
@@ -2,6 +2,6 @@ import './commands';
|
||||
|
||||
before(() => {
|
||||
if (Cypress.env('SEED_DATABASE')) {
|
||||
cy.exec('yarn cypress:prepare');
|
||||
cy.exec('pnpm cypress:prepare');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user