Skip to content

Commit

Permalink
chore: return code to sync sharedExamplesList
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Jul 16, 2024
1 parent 9b31367 commit 6aa2ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6aa2ae0

Please sign in to comment.