Skip to content

Commit

Permalink
temporary workflow change: create new lockfile with npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed May 27, 2024
1 parent 8b8742e commit 218791e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ jobs:
packages: platform-tools platforms;android-34 build-tools;33.0.1 build-tools;34.0.0 ndk;25.1.8937393 cmake;3.22.1

- name: Install deps
run: |
if [ -e package-lock.json ]; then
npm ci
else
npm i
fi
run: npm i

- name: PreBuild Android
run: yes | npx expo prebuild -p android --clean
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@
"react-native-screens": "3.31.1",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "15.2.0",
"text-encoding-polyfill": "^0.6.7",
"expo": "~51.0.8",
"react": "18.2.0"
"text-encoding-polyfill": "^0.6.7"
},
"devDependencies": {
"@babel/core": "^7.24.3",
Expand Down

0 comments on commit 218791e

Please sign in to comment.