Merge branch 'main' of gitea.pena:PenaSide/front-hub

This commit is contained in:
Nastya 2025-08-15 17:44:32 +03:00
commit c3469c43c1

@ -11,7 +11,7 @@
"pre-commit": "npm run type-check", "pre-commit": "npm run type-check",
"test": "craco test --env=node --transformIgnorePatterns \"node_modules/(?!@frontend)/\"", "test": "craco test --env=node --transformIgnorePatterns \"node_modules/(?!@frontend)/\"",
"test:cart": "vitest ./src/utils/calcCart", "test:cart": "vitest ./src/utils/calcCart",
"deploy": "docker login gitea.pena && docker build -t gitea.pena/penaside/front-hub/$(git branch --show-current):latest . && docker push gitea.pena/penaside/front-hub/$(git branch --show-current):latest", "deploy": "podman login gitea.pena && podman build -t gitea.pena/penaside/front-hub/$(git branch --show-current):latest . && podman push gitea.pena/penaside/front-hub/$(git branch --show-current):latest",
"eject": "craco eject", "eject": "craco eject",
"test:cypress": "start-server-and-test start http://localhost:3000 cypress", "test:cypress": "start-server-and-test start http://localhost:3000 cypress",
"cypress": "cypress open", "cypress": "cypress open",