This commit is contained in:
SPRINX0\prochazka
2024-12-09 15:41:50 +01:00
parent ae5c539e31
commit 75f75d95a6
4 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
"cy:open": "cypress open",
"cy:run": "cypress run",
"start:ci": "cd .. && cross-env CI=true node packer/build/bundle.js --listen-api --run-packer-build",
"start:local": "cd .. && node common/clearDataWithBackup.js && cross-env CI=true node packer/build/bundle.js --listen-api --run-packer-build",
"start:local": "cd .. && node common/clearDataWithBackup.js && node packer/build/bundle.js --listen-api --run-packer-build",
"test:ci": "start-server-and-test start:ci http://localhost:3000 cy:run",
"test:local": "start-server-and-test start:local http://localhost:3000 cy:run"
}