1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: project init

This commit is contained in:
steven 2023-03-16 10:15:32 +08:00
parent 5f28b75abd
commit 55506483f9
3 changed files with 8 additions and 3 deletions

View File

@ -116,7 +116,8 @@ jobs:
timeout_minutes: 10 timeout_minutes: 10
retry_wait_seconds: 30 retry_wait_seconds: 30
max_attempts: 3 max_attempts: 3
command: yarn tests:ios:pod:install run: |
cd ios && pod install && cd ..
- name: Cache Firestore Emulator - name: Cache Firestore Emulator
uses: actions/cache@v3 uses: actions/cache@v3

View File

@ -6192,6 +6192,11 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies: dependencies:
find-up "^4.0.0" find-up "^4.0.0"
pod-install@^0.1.37:
version "0.1.38"
resolved "https://registry.npmjs.org/pod-install/-/pod-install-0.1.38.tgz#1c16a800a5fc1abea0cafcc0e190f376368c76ab"
integrity sha512-NeDWGigjJRriOIKBOvpW2/tK2tYLfyUT7ia6C6L+oarCAhBNP+IGODWdU+GEAqvfsseqOApcFclpXAJTL0UPzA==
posix-character-classes@^0.1.0: posix-character-classes@^0.1.0:
version "0.1.1" version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"

View File

@ -22,8 +22,7 @@
"e2e:android": "npm run build:android-release && npm run test:android-release", "e2e:android": "npm run build:android-release && npm run test:android-release",
"tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build", "tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build",
"tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh", "tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh",
"tests:packager:jet-ci": "cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive", "tests:packager:jet-ci": "cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive"
"tests:ios:pod:install": "cd Example/testHotUpdate/ios && rm -rf RCTPushy.xcworkspace && yarn pod-install"
}, },
"repository": { "repository": {
"type": "git", "type": "git",