Skip to content

Commit

Permalink
include yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Nov 11, 2024
1 parent 9c792b1 commit 8ff448b
Show file tree
Hide file tree
Showing 6 changed files with 14,613 additions and 1,592 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ android/app/build
node_modules/
npm-debug.log
yarn-error.log
yarn.lock
.env
.env.*

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Run the commands below; first clone the project, use npm or yarn to install the
```
git clone [email protected]:fleetbase/storefront-app.git
cd storefront-app
corepack enable
corepack prepare [email protected] --activate
yarn
bundle install
cd ios
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pod-reset": "rm -rf ios/Pods/ ios/Podfile.lock && npx pod-install",
"pod-reset": "rm -rf ios/Pods/ ios/Podfile.lock && cd ios && bundle exec pod install",
"test": "jest",
"lint": "eslint .",
"clean:android": "cd android && ./gradlew clean && cd ../",
"adb-reverse": "adb reverse tcp:8081 tcp:8081",
"postinstall": "patch-package",
"generate-app-icon": "npx app-icon generate -i ./assets/app-icon.png",
"generate-launch-screen": "npx react-native generate-bootsplash ./assets/splash-screen.png --background-color=#FFFFFF --logo-width=100 --flavor=main"
},
Expand Down
Loading

0 comments on commit 8ff448b

Please sign in to comment.