Skip to content

Commit

Permalink
hotfix : 배포 스크립트문 추가 .
Browse files Browse the repository at this point in the history
  • Loading branch information
teawon committed Jun 25, 2023
1 parent fc4d3a5 commit 5fc76a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5fc76a5

Please sign in to comment.