Skip to content

Commit 36e42db

Browse files
committed
test: remove remnant of previous local-test style from prepare run script
1 parent 6f7e674 commit 36e42db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build && rimraf macos/build",
77
"build:macos": "xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace macos/io.invertase.testing.xcworkspace -scheme io.invertase.testing-macOS -configuration Debug -derivedDataPath macos/build | xcbeautify",
8-
"prepare": "patch-package && cd local-tests && (yarn cpy --no-overwrite index.example.js ./ --rename=index.js || echo 'Looks like the local test file is already there. Previous copy error may be ignored.')"
8+
"prepare": "patch-package"
99
},
1010
"dependencies": {
1111
"@react-native-async-storage/async-storage": "^2.2.0",

0 commit comments

Comments
 (0)