Skip to content

Commit 55d7d19

Browse files
committed
Makefile push
1 parent 67f7ad0 commit 55d7d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ examples:
6464
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/tests/MongoDB.Driver.Examples/ChangeStreamExamples.cs -o ${DRIVERS_PATH}/ChangeStreamExamples.cs
6565
#curl -SfL https://raw.githubusercontent.com/mongodb/mongo-c-driver/master/tests/test-mongoc-sample-commands.c -o ${DRIVERS_PATH}/test-mongoc-sample-commands.c
6666
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-java-driver-reactivestreams/master/examples/documentation/src/DocumentationSamples.java -o ${DRIVERS_PATH}/AsyncDocumentationSamples.java
67+
curl -SfL https://raw.githubusercontent.com/skerschb/testauth/master/src/index.js -o ${DRIVERS_PATH}/react_stitch_google.js
6768
cp examples/java/ConnectExample.java ${DRIVERS_PATH}/JavaConnectExample.java
6869
cp examples/csharp/Connect.cs ${DRIVERS_PATH}/csharpconnect.cs
6970
cp examples/python/connect/connect.py ${DRIVERS_PATH}/connect.py

0 commit comments

Comments
 (0)