diff --git a/web-app/package.json b/web-app/package.json index 4b529b6..27e7aa6 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -9,7 +9,7 @@ "cypress:run": "cypress run", "test:e2e": "cypress run --spec 'cypress/e2e/*.cy.ts'", "test:unit": "cypress run --spec 'cypress/unit/*.cy.ts'", - "test": "test:unit | test:e2e" + "test": "npm run test:unit && npm run test:e2e" }, "dependencies": { "axios": "^1.9.0",