Skip to content

Commit

Permalink
build(deps): use clang-format v1.6.0 until upstream releases non-arm6…
Browse files Browse the repository at this point in the history
…4 binaries

Related angular/clang-format#78
  • Loading branch information
mikehardy committed Apr 27, 2022
1 parent d27d136 commit 2f5488c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"tests:ios:test-reuse": "cd RNGoogleMobileAdsExample && yarn detox test --configuration ios.sim.debug --reuse --loglevel warn",
"tests:ios:test-cover": "cd RNGoogleMobileAdsExample && ./node_modules/.bin/nyc yarn detox test --configuration ios.sim.debug",
"tests:ios:test-cover-reuse": "cd RNGoogleMobileAdsExample && node_modules/.bin/nyc yarn detox test --configuration ios.sim.debug --reuse --loglevel warn",
"tests:ios:pod:install": "cd RNGoogleMobileAdsExample && cd ios && rm -rf RNGoogleMobileAdsExample.xcworkspace && rm -f Podfile.lock && pod install --repo-update && cd .."
"tests:ios:pod:install": "cd RNGoogleMobileAdsExample && cd ios && rm -rf RNGoogleMobileAdsExample.xcworkspace && rm -f Podfile.lock && pod install --repo-update && cd ..",
"package:update": "yarn upgrade --latest && yarn add clang-format@v1.6.0"
},
"dependencies": {
"@iabtcf/core": "^1.4.0",
Expand Down

0 comments on commit 2f5488c

Please sign in to comment.