diff --git a/packages/client-sdk-nodejs/Makefile b/packages/client-sdk-nodejs/Makefile new file mode 100644 index 000000000..c2740d24b --- /dev/null +++ b/packages/client-sdk-nodejs/Makefile @@ -0,0 +1,26 @@ +.PHONY: test-auth-service test-cache-service test-leaderboard-service test-storage-service test-topics-service + + +test-auth-service: + @echo "Testing auth service..." + @npm run integration-test-auth + + +test-cache-service: + @echo "Testing cache service..." + @npm run integration-test-cache + + +test-leaderboard-service: + @echo "Testing leaderboard service..." + @npm run integration-test-leaderboard + + +test-storage-service: + @echo "Testing storage service..." + @npm run integration-test-storage + + +test-topics-service: + @echo "Testing topics service..." + @npm run integration-test-topics diff --git a/packages/client-sdk-web/Makefile b/packages/client-sdk-web/Makefile new file mode 100644 index 000000000..c2740d24b --- /dev/null +++ b/packages/client-sdk-web/Makefile @@ -0,0 +1,26 @@ +.PHONY: test-auth-service test-cache-service test-leaderboard-service test-storage-service test-topics-service + + +test-auth-service: + @echo "Testing auth service..." + @npm run integration-test-auth + + +test-cache-service: + @echo "Testing cache service..." + @npm run integration-test-cache + + +test-leaderboard-service: + @echo "Testing leaderboard service..." + @npm run integration-test-leaderboard + + +test-storage-service: + @echo "Testing storage service..." + @npm run integration-test-storage + + +test-topics-service: + @echo "Testing topics service..." + @npm run integration-test-topics