Skip to content

Commit

Permalink
Updates for prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Spengler committed Mar 6, 2024
1 parent 9fa7959 commit 82d2e27
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 0 deletions.
252 changes: 252 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
"name": "2-building-interface-app",
"version": "0.1.0",
"private": true,
"homepage": "https://fleps.github.io/appointment-app",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b prod -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 82d2e27

Please sign in to comment.