From 68cc6d3fadc7f6e2ce22889533db055284e4a403 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 16 Mar 2023 09:06:07 +0800 Subject: [PATCH] feat: project init --- Example/testHotUpdate/package.json | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Example/testHotUpdate/package.json b/Example/testHotUpdate/package.json index fcb5083..b085b40 100644 --- a/Example/testHotUpdate/package.json +++ b/Example/testHotUpdate/package.json @@ -34,7 +34,7 @@ "react-test-renderer": "18.2.0", "ts-jest": "^29.0.5", "typescript": "^4.9.5", - "pod-install": "^0.1.37" + "nyc": "^15.0.1" }, "jest": { "preset": "react-native" diff --git a/package.json b/package.json index e9b00b6..660b101 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "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:packager:jet-ci": "sudo cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive", - "tests:ios:pod:install": "rm -rf ios/RCTPushy.xcworkspace && yarn pod-install" + "tests:ios:pod:install": "rm -rf Example/testHotUpdate/ios/RCTPushy.xcworkspace && yarn pod-install" }, "repository": { "type": "git", @@ -64,6 +64,7 @@ "fs-extra": "^9.1.0", "jest": "^29.2.1", "ts-jest": "^29.0.3", - "typescript": "^4.1.3" + "typescript": "^4.1.3", + "pod-install": "^0.1.37" } }