diff --git a/package.json b/package.json index 086a5f5..f38a736 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "build": "tsc && vite build", "preview": "vite preview", "deploy": "aws s3 sync ./dist/ s3://mindspace-front --profile=master", + "ci-deploy": "aws s3 sync ./dist/ s3://mindspace-front", "test": "VITE_API_URL=http://test/ jest" }, "eslintConfig": {