Skip to content

Commit

Permalink
etc: vercel 실행 준비
Browse files Browse the repository at this point in the history
package.json에 build, start script 추가
  • Loading branch information
esthel7 committed Feb 5, 2024
1 parent 37310a4 commit ca38e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"dev": "npm run open-browser && next dev",
"open-browser": "start http://localhost:3000",
"build": "next build",
"start": "next start",
"prepare": "husky create && husky install"
},
"lint-staged": {
Expand Down

0 comments on commit ca38e27

Please sign in to comment.