update deploy

This commit is contained in:
Nastya 2025-08-07 22:53:46 +03:00
parent 3583a102aa
commit d15a1f1879

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