Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Aug 26, 2023
1 parent 0776a17 commit 5ffdff9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11,151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 14.x
- run: |
npm ci
npm ci --legacy-peer-deps
npm run build
rm -rf node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo $RN_VERSION $RN_FOLDER $ANDROID_NDK_HOME
[[ "$RN_VERSION" == "reanimated-2" ]] && git clone --depth=1 https://github.com/software-mansion-labs/reanimated-2-playground.git "$RN_FOLDER" || npx react-native init "$RN_FOLDER" --version "$RN_VERSION"
npm ci
npm ci --legacy-peer-deps
npm run build
rm -rf node_modules
cd "$RN_FOLDER"
Expand Down
Loading

1 comment on commit 5ffdff9

@vercel
Copy link

@vercel vercel bot commented on 5ffdff9 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rnmmkv – ./

rnmmkv-ammarahm-ed.vercel.app
rnmmkv-git-master-ammarahm-ed.vercel.app
rnmmkv.vercel.app

Please sign in to comment.