Skip to content

Commit

Permalink
configured build modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoruwaTolu committed Oct 7, 2024
1 parent e781611 commit a8e1a32
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 1 deletion.
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"expo-screen-orientation": "^7.0.5",
"fs": "^0.0.1-security",
"gapi-script": "^1.2.0",
"gh-pages": "^6.1.1",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
Expand All @@ -35,7 +36,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm tun build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
Expand Down

0 comments on commit a8e1a32

Please sign in to comment.