diff --git a/frontend/package.json b/frontend/package.json index 845112ccc..566ca1c4b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "cypress:open": "concurrently \"ng serve -c local-prod\" \"cypress open\" --kill-others", "cypress:run": "concurrently \"ng serve -c local-prod\" \"cypress run\" --kill-others", "cypress:open:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && concurrently \"ng serve -c local-prod\" \"cypress open\" --kill-others", - "cypress:run:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && concurrently \"ng serve -c local-prod\" \"cypress run\" --kill-others" + "cypress:run:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && concurrently \"ng serve -c local-prod\" \"cypress run --record\" --kill-others" }, "dependencies": { "@angular/animations": "~11.2.8",