diff --git a/package.json b/package.json index f460a96..3c03ad6 100644 --- a/package.json +++ b/package.json @@ -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/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", "test:cypress": "start-server-and-test start http://localhost:3000 cypress", "cypress": "cypress open",