From 6aa2ae07f5559b1dc57804677b0671bf441e807a Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Tue, 16 Jul 2024 19:09:12 +0200 Subject: [PATCH] chore: return code to sync sharedExamplesList --- sync.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sync.sh b/sync.sh index f116c521..ab4ee87b 100755 --- a/sync.sh +++ b/sync.sh @@ -34,4 +34,8 @@ for example in ${examplesList[*]}; do curl -o ./test/mocks/"$example" https://fingerprintjs.github.io/fingerprint-pro-server-api-openapi/examples/"$example" done +for example in ${sharedExamplesList[*]}; do + curl -o ./test/mocks/"$example" https://fingerprintjs.github.io/fingerprint-pro-server-api-openapi/examples/shared/"$example" +done + ./generate.sh