Skip to content

Commit 168bb04

Browse files
committed
remove postinstall script
1 parent 47ee4ab commit 168bb04

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

.ado/publish.yml

Lines changed: 2 additions & 2 deletions
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-latest
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'], 'master')
@@ -144,7 +144,7 @@ jobs:
144144
- job: RNGithubOfficePublish
145145
displayName: React-Native GitHub Publish to Office
146146
pool:
147-
vmImage: ubuntu-18.04
147+
vmImage: ubuntu-latest
148148
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
149149
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
150150
steps:

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"scripts/launchPackager.command",
4747
"scripts/node-binary.sh",
4848
"scripts/packager.sh",
49-
"scripts/postInstall.js",
5049
"scripts/react_native_pods.rb",
5150
"scripts/react-native-xcode.sh",
5251
"template.config.js",
@@ -81,8 +80,7 @@
8180
"test-android-e2e": "yarn run docker-build-android && yarn run test-android-run-e2e",
8281
"build-ios-e2e": "detox build -c ios.sim.release",
8382
"test-ios-e2e": "detox test -c ios.sim.release packages/rn-tester/e2e",
84-
"test-ios": "./scripts/objc-test.sh test",
85-
"postinstall": "node scripts/postInstall.js"
83+
"test-ios": "./scripts/objc-test.sh test"
8684
},
8785
"workspaces": [
8886
"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)