Skip to content

Commit

Permalink
umm
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed Tareq Aziz authored and Muhammed Tareq Aziz committed Mar 14, 2024
1 parent dcc593d commit b142249
Show file tree
Hide file tree
Showing 2 changed files with 1,610 additions and 1,571 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"start": "REACT_APP_USE_MOCKAPI=true react-scripts start",
"build": "REACT_APP_USE_MOCKAPI=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "husky install",
"lint": "lint-staged --verbose",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"predeploy": "npm run build"
},
"lint-staged": {
"*.ts": [
Expand Down Expand Up @@ -71,7 +70,6 @@
"@types/lodash.debounce": "^4.0.7",
"@types/react-virtualized": "^9.21.22",
"@types/sort-array": "^4.1.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8"
Expand Down
Loading

0 comments on commit b142249

Please sign in to comment.