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 343859a commit c4e94e3Copy full SHA for c4e94e3
juniper/Makefile
@@ -68,7 +68,7 @@ graphiql:
68
# make graphql-playground
69
70
graphql-playground:
71
- curl -fL -o src/http/playground.html \
+ curl -fsL -o src/http/playground.html \
72
https://raw.githubusercontent.com/graphql/graphql-playground/graphql-playground-react%40$(GRAPHQL_PLAYGROUND_VER)/packages/graphql-playground-html/withAnimation.html
73
$(sed-i) 's|cdn.jsdelivr.net/npm/graphql-playground-react/|cdn.jsdelivr.net/npm/graphql-playground-react@$(GRAPHQL_PLAYGROUND_VER)/|g' \
74
src/http/playground.html
0 commit comments