Skip to content

Commit

Permalink
feat: package.json 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dydals3440 committed Feb 17, 2024
1 parent c03d9c2 commit 2b6a2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "vite start -p 80"
"start": "vite start -p 80",
"deploy": "aws s3 sync dist s3://here---you --profile=dydals3440"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
Expand Down

0 comments on commit 2b6a2e2

Please sign in to comment.