Skip to content

Commit

Permalink
Merge branch 'prod-cmd'
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kishima committed Jul 25, 2022
2 parents b0ec102 + 4560778 commit 8a60071
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 8 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm run start:prod
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"react-lottie": "^1.2.3",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"serve": "^14.0.1",
"styled-components": "^5.3.5",
"typescript": "4.7.4",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"start:prod": "craco build && serve -s ./build",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
Expand Down
Loading

0 comments on commit 8a60071

Please sign in to comment.