We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf62a4e commit 4d64479Copy full SHA for 4d64479
amplify.yml
@@ -11,6 +11,9 @@ applications:
11
- export FLUTTER_HOME=${HOME}/sdks/flutter
12
- git clone -b stable --depth 1 https://github.com/flutter/flutter.git ${FLUTTER_HOME}
13
- export PATH="$PATH:${FLUTTER_HOME}/bin"
14
+ # Skip cypress binary installation, as it's unneeded for docs and often fails transiently
15
+ # https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation
16
+ - export CYPRESS_INSTALL_BINARY=0
17
- (cd .. && yarn install && yarn build)
18
build:
19
commands:
0 commit comments