Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKrol committed May 3, 2024
1 parent 41b21a1 commit 750b6cb
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 1 deletion.
162 changes: 162 additions & 0 deletions pizza-app/package-lock.json

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

5 changes: 4 additions & 1 deletion pizza-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -43,5 +43,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 750b6cb

Please sign in to comment.