-
Notifications
You must be signed in to change notification settings - Fork 749
Include Node Binaries Rather Than Fighting With NPM #766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c3ece8b
363b07e
eb99fb5
5bd3602
cbcc3b4
30b64ec
45b82d2
368ea3d
8ad346a
9183e06
5791845
fd91b1f
ff29938
08f3eb2
2fdb0ff
1b6cc96
0de8e86
cbedad1
9461ba9
f41419a
12a6ce9
0778b18
e7f51aa
9684f75
9ab13d9
41df90b
4c4aaae
1ccb3bc
3764834
e6e892d
cd25db1
6f41f1a
4206995
a3b6826
2da7517
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| echo "warning: The check-and-run-apollo-cli.sh script is deprecated and will be removed. Please see https://www.apollographql.com/docs/ios/installation/#adding-a-code-generation-build-step for updated build instructions which use a bundled version of the Apollo CLI." | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think people will notice this message, since it will be tucked away in the build output. You could exit with a non-zero code, to let the build fail, but then also touch a file, and then on the next invocation it won't fail anymore because it sees the touched file exists.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, cool, didn't know about that 👍 |
||
|
|
||
| # Only major and minor version should be specified here | ||
| REQUIRED_APOLLO_CLI_VERSION=2.17 | ||
| # Specify fully qualified version here. Ideally this should be a LTS version. | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.