Skip to content

Commit a51a1d1

Browse files
Saadnajmipull[bot]ryanlntnntremganandraj
authoredJan 25, 2022
Remove postinstall script (#942)
* add pull yml * match handleOpenURLNotification event payload with iOS (#755) (#2) Co-authored-by: Ryan Linton <[email protected]> * [pull] master from microsoft:master (#11) * Deprecated api (#853) * Remove deprecated/unused context param * Update a few Mac deprecated APIs * Packing RN dependencies, hermes and ignoring javadoc failure, (#852) * Ignore javadoc failure * Bringing few more changes from 0.63-stable * Fixing a patch in engine selection * Fixing a patch in nuget spec * Fixing the output directory of nuget pack * Packaging dependencies in the nuget * Fix onMouseEnter/onMouseLeave callbacks not firing on Pressable (#855) * add pull yml * match handleOpenURLNotification event payload with iOS (#755) (#2) Co-authored-by: Ryan Linton <[email protected]> * fix mouse evetns on pressable * delete extra yml from this branch * Add macOS tags * reorder props to have onMouseEnter/onMouseLeave always be before onPress Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com> Co-authored-by: Ryan Linton <[email protected]> * Grammar fixes. (#856) Updates simple grammar issues. Co-authored-by: Nick Trescases <[email protected]> Co-authored-by: Anandraj <[email protected]> Co-authored-by: Saad Najmi <[email protected]> Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com> Co-authored-by: Ryan Linton <[email protected]> Co-authored-by: Muhammad Hamza Zaman <[email protected]> * remove postinstall script * remove fork specific change * Update publish.yml Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com> Co-authored-by: Ryan Linton <[email protected]> Co-authored-by: Nick Trescases <[email protected]> Co-authored-by: Anandraj <[email protected]> Co-authored-by: Muhammad Hamza Zaman <[email protected]>
1 parent f9dccaa commit a51a1d1

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed
 

‎.ado/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- job: RNMacOSInitNpmJSPublish
108108
displayName: react-native-macos-init Publish to npmjs.org
109109
pool:
110-
vmImage: vs2017-win2016
110+
vmImage: ubuntu-18.04
111111
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
112112
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
113113
condition: eq(variables['Build.SourceBranchName'], 'main')

‎package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"scripts/launchPackager.command",
4949
"scripts/node-binary.sh",
5050
"scripts/packager.sh",
51-
"scripts/postInstall.js",
5251
"scripts/react_native_pods.rb",
5352
"scripts/react-native-xcode.sh",
5453
"template.config.js",
@@ -84,8 +83,7 @@
8483
"test-android-e2e": "yarn run docker-build-android && yarn run test-android-run-e2e",
8584
"build-ios-e2e": "detox build -c ios.sim.release",
8685
"test-ios-e2e": "detox test -c ios.sim.release packages/rn-tester/e2e",
87-
"test-ios": "./scripts/objc-test.sh test",
88-
"postinstall": "node scripts/postInstall.js"
86+
"test-ios": "./scripts/objc-test.sh test"
8987
},
9088
"workspaces": [
9189
"packages/!(eslint-config-react-native-community)",

‎scripts/fixmacscripts.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎scripts/postInstall.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.