Skip to content

Commit

Permalink
Updated package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjaljain0 committed May 5, 2023
1 parent 86fb869 commit 0c7bac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "npm config set legacy-peer-deps true && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"report": "npm run build"
Expand Down Expand Up @@ -54,4 +54,4 @@
"prettier": "^2.8.8",
"webpack-bundle-analyzer": "^4.8.0"
}
}
}

0 comments on commit 0c7bac5

Please sign in to comment.