mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-30 21:49:11 -05: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